Lines Matching defs:pins
26 * struct intel_pingroup - Description about group of pins
27 * @grp: Generic data of the pin group (name and pins)
28 * @mode: Native mode in which the group is muxed out @pins. Used if @modes is %NULL.
29 * @modes: If not %NULL this will hold mode for each pin in @pins
39 * @func: Generic data of the pin function (name and groups of pins)
92 * @pin_base: Starting pin of pins in this community
93 * @npins: Number of pins in this community
170 * @p: An array of pins this group consists
171 * @m: Mode which the pins are put when this group is active. Can be either
190 * @pins: Array if pins this pinctrl controls
191 * @npins: Number of pins in the array
204 const struct pinctrl_pin_desc *pins;
274 const unsigned int **pins, unsigned int *npins);