cregit-Linux how code gets into the kernel

Release 4.7 drivers/pinctrl/devicetree.h

Directory: drivers/pinctrl
/*
 * Internal interface to pinctrl device tree integration
 *
 * Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * version 2, as published by the Free Software Foundation.
 *
 * This program is distributed in the hope it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#ifdef CONFIG_OF

void pinctrl_dt_free_maps(struct pinctrl *p);
int pinctrl_dt_to_map(struct pinctrl *p);

#else


static inline int pinctrl_dt_to_map(struct pinctrl *p) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
stephen warrenstephen warren15100.00%1100.00%
Total15100.00%1100.00%


static inline void pinctrl_dt_free_maps(struct pinctrl *p) { }

Contributors

PersonTokensPropCommitsCommitProp
stephen warrenstephen warren11100.00%1100.00%
Total11100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
stephen warrenstephen warren52100.00%1100.00%
Total52100.00%1100.00%
Directory: drivers/pinctrl
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}