• Home
  • Raw
  • Download

Lines Matching +full:per +full:- +full:pin

1 /* SPDX-License-Identifier: GPL-2.0 */
26 * struct intel_pingroup - Description about group of pins
32 * @modes: If not %NULL this will hold mode for each pin in @pins
43 * struct intel_function - Description about a function
55 * struct intel_padgroup - Hardware pad group information
57 * @base: Starting pin of this group
74 * enum - Special treatment for GPIO base in pad group
78 * @INTEL_GPIO_BASE_MATCH: matches with starting pin number
81 INTEL_GPIO_BASE_ZERO = -2,
82 INTEL_GPIO_BASE_NOMAP = -1,
87 * struct intel_community - Intel pin community description
94 * is assumed that the host owns the pin (rather than
99 * @pin_base: Starting pin of pins in this community
108 * @pad_map: Optional non-linear mapping of the pads
148 * PIN_GROUP - Declare a pin group
152 * a single integer or an array of integers in which case mode is per
153 * pin.
174 * struct intel_pinctrl_soc_data - Intel pin controller per-SoC configuration
178 * @groups: Array of pin groups
206 * struct intel_pinctrl_context - context to be saved during suspend-resume
207 * @pads: Opaque context per pad (driver dependent)
208 * @communities: Opaque context per community (driver dependent)
216 * struct intel_pinctrl - Intel pinctrl private structure
219 * @pctldesc: Pin controller description
220 * @pctldev: Pointer to the pin controller device
221 * @chip: GPIO chip in this pin controller
222 * @irqchip: IRQ chip in this pin controller
223 * @soc: SoC/PCH specific pin configuration data
224 * @communities: All communities in this pin controller
225 * @ncommunities: Number of communities in this pin controller