Lines Matching +full:pins +full:- +full:are +full:- +full:numbered
1 /* SPDX-License-Identifier: GPL-2.0 */
61 * Used to reference an Other alternate-C function.
72 * struct prcm_gpio_altcx - Other alternate-C function
73 * @used: other alternate-C function availability
84 * struct prcm_gpio_altcx_pin_desc - Other alternate-C pin
86 * @altcx: array of other alternate-C[1-4] functions
94 * struct nmk_function - Nomadik pinctrl mux function
106 * struct nmk_pingroup - describes a Nomadik pin group
107 * @grp: Generic data of the pin group (name and pins)
108 * @altsetting: the altsetting to apply to all pins in this group to
123 * struct nmk_pinctrl_soc_data - Nomadik pin controller per-SoC configuration
124 * @pins: An array describing all pins the pin controller affects.
125 * All pins which are also GPIOs must be listed first within the
126 * array, and be numbered identically to the GPIO controller's
128 * @npins: The number of entries in @pins.
133 * @altcx_pins: The pins that support Other alternate-C function on this SoC
134 * @npins_altcx: The number of Other alternate-C pins
138 const struct pinctrl_pin_desc *pins; member