Lines Matching +full:per +full:- +full:pin
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)
29 * @modes: If not %NULL this will hold mode for each pin in @pins
38 * struct intel_function - Description about a function
50 * struct intel_padgroup - Hardware pad group information
52 * @base: Starting pin of this group
69 * enum - Special treatment for GPIO base in pad group
73 * @INTEL_GPIO_BASE_MATCH: matches with starting pin number
76 INTEL_GPIO_BASE_ZERO = -2,
77 INTEL_GPIO_BASE_NOMAP = -1,
82 * struct intel_community - Intel pin community description
89 * is assumed that the host owns the pin (rather than
94 * @pin_base: Starting pin of pins in this community
103 * @pad_map: Optional non-linear mapping of the pads
147 * PIN_GROUP - Declare a pin group
151 * a single integer or an array of integers in which case mode is per
152 * pin.
169 * struct intel_pinctrl_soc_data - Intel pin controller per-SoC configuration
173 * @groups: Array of pin groups
201 * struct intel_pinctrl_context - context to be saved during suspend-resume
202 * @pads: Opaque context per pad (driver dependent)
203 * @communities: Opaque context per community (driver dependent)
211 * struct intel_pinctrl - Intel pinctrl private structure
214 * @pctldesc: Pin controller description
215 * @pctldev: Pointer to the pin controller device
216 * @chip: GPIO chip in this pin controller
217 * @soc: SoC/PCH specific pin configuration data
218 * @communities: All communities in this pin controller
219 * @ncommunities: Number of communities in this pin controller