Lines Matching full:bank
58 * @EINT_TYPE_NONE: bank does not support external interrupts
59 * @EINT_TYPE_GPIO: bank supportes external gpio interrupts
60 * @EINT_TYPE_WKUP: bank supportes external wakeup interrupts
61 * @EINT_TYPE_WKUP_MUX: bank supports multiplexed external wakeup interrupts
64 * in a pin bank can support external gpio interrupts or external wakeup
98 * struct samsung_pin_bank_type: pin bank type description
108 * struct samsung_pin_bank_data: represent a controller pin-bank (init data).
109 * @type: type of the bank (register offsets and bitfield widths)
110 * @pctl_offset: starting offset of the pin-bank registers.
111 * @pctl_res_idx: index of base address for pin-bank registers.
112 * @nr_pins: number of pins included in this bank.
114 * @eint_type: type of the external interrupt supported by the bank.
116 * @eint_offset: SoC-specific EINT register or interrupt offset of bank.
117 * @name: name to be prefixed for each pin in this pin bank.
132 * struct samsung_pin_bank: represent a controller pin-bank.
133 * @type: type of the bank (register offsets and bitfield widths)
134 * @pctl_base: base address of the pin-bank registers
135 * @pctl_offset: starting offset of the pin-bank registers.
136 * @nr_pins: number of pins included in this bank.
137 * @eint_base: base address of the pin-bank EINT registers.
139 * @eint_type: type of the external interrupt supported by the bank.
141 * @eint_offset: SoC-specific EINT register or interrupt offset of bank.
142 * @name: name to be prefixed for each pin in this pin bank.
143 * @pin_base: starting pin number of the bank.
144 * @soc_priv: per-bank private data for SoC-specific code.
145 * @of_node: OF node of the bank.
147 * @irq_domain: IRQ domain of the bank.
148 * @gpio_chip: GPIO chip of the bank.
149 * @grange: linux gpio pin range supported by this bank.
151 * @slock: spinlock protecting bank registers
180 * struct samsung_retention_data: runtime pin-bank retention control data.
184 * @refcnt: atomic counter if retention control affects more than one bank.
200 * struct samsung_retention_data: represent a pin-bank retention control data.
204 * @refcnt: atomic counter if retention control affects more than one bank.
250 * to each bank samsung_pin_bank->pctl_base and used on legacy