Lines Matching +full:pins +full:- +full:are +full:- +full:numbered
1 /* SPDX-License-Identifier: GPL-2.0 */
127 * Used to reference an Other alternate-C function.
138 * struct prcm_gpio_altcx - Other alternate-C function
139 * @used: other alternate-C function availability
150 * struct prcm_gpio_altcx_pin_desc - Other alternate-C pin
152 * @altcx: array of other alternate-C[1-4] functions
160 * struct nmk_function - Nomadik pinctrl mux function
172 * struct nmk_pingroup - describes a Nomadik pin group
173 * @grp: Generic data of the pin group (name and pins)
174 * @altsetting: the altsetting to apply to all pins in this group to
189 * struct nmk_pinctrl_soc_data - Nomadik pin controller per-SoC configuration
190 * @pins: An array describing all pins the pin controller affects.
191 * All pins which are also GPIOs must be listed first within the
192 * array, and be numbered identically to the GPIO controller's
194 * @npins: The number of entries in @pins.
199 * @altcx_pins: The pins that support Other alternate-C function on this SoC
200 * @npins_altcx: The number of Other alternate-C pins
204 const struct pinctrl_pin_desc *pins; member
259 * Symbols declared in gpio-nomadik used by pinctrl-nomadik. If pinctrl-nomadik
260 * is enabled, then gpio-nomadik is enabled as well; the reverse if not always
286 /* Symbols declared in pinctrl-nomadik used by gpio-nomadik. */