Lines Matching +full:pins +full:- +full:are +full:- +full:numbered
1 /* SPDX-License-Identifier: GPL-2.0 */
66 * Used to reference an Other alternate-C function.
77 * struct prcm_gpio_altcx - Other alternate-C function
78 * @used: other alternate-C function availability
89 * struct prcm_gpio_altcx_pin_desc - Other alternate-C pin
91 * @altcx: array of other alternate-C[1-4] functions
99 * struct nmk_function - Nomadik pinctrl mux function
111 * struct nmk_pingroup - describes a Nomadik pin group
112 * @grp: Generic data of the pin group (name and pins)
113 * @altsetting: the altsetting to apply to all pins in this group to
128 * struct nmk_pinctrl_soc_data - Nomadik pin controller per-SoC configuration
129 * @pins: An array describing all pins the pin controller affects.
130 * All pins which are also GPIOs must be listed first within the
131 * array, and be numbered identically to the GPIO controller's
133 * @npins: The number of entries in @pins.
138 * @altcx_pins: The pins that support Other alternate-C function on this SoC
139 * @npins_altcx: The number of Other alternate-C pins
143 const struct pinctrl_pin_desc *pins; member