Lines Matching +full:dev +full:- +full:active +full:- +full:grp
1 /* SPDX-License-Identifier: GPL-2.0 */
26 * struct intel_pingroup - Description about group of pins
27 * @grp: Generic data of the pin group (name and pins)
32 struct pingroup grp; member
38 * struct intel_function - Description about a function
48 * struct intel_padgroup - Hardware pad group information
67 * enum - Special treatment for GPIO base in pad group
74 INTEL_GPIO_BASE_ZERO = -2,
75 INTEL_GPIO_BASE_NOMAP = -1,
80 * struct intel_community - Intel pin community description
100 * @pad_map: Optional non-linear mapping of the pads
156 .npins = ((e) - (s) + 1), \
168 * PIN_GROUP - Declare a pin group
171 * @m: Mode which the pins are put when this group is active. Can be either
177 .grp = PINCTRL_PINGROUP((n), (p), ARRAY_SIZE((p))), \
192 * struct intel_pinctrl_soc_data - Intel pin controller per-SoC configuration
224 * struct intel_pinctrl_context - context to be saved during suspend-resume
234 * struct intel_pinctrl - Intel pinctrl private structure
235 * @dev: Pointer to the device structure
247 struct device *dev; member