Lines Matching +full:bank +full:- +full:name
1 /* SPDX-License-Identifier: GPL-2.0 */
72 * @name: name of the pin function, used to lookup the function.
77 const char *name; member
83 * struct eqbr_pin_bank: represent a pin bank.
84 * @membase: base address of the pin bank register.
85 * @id: bank id, to idenify the unique bank.
86 * @pin_base: starting pin number of the pin bank.
87 * @nr_pins: number of the pins of the pin bank.
88 * @aval_pinmap: available pin bitmap of the pin bank.
101 * @bank: pointer to corresponding pin bank.
105 * @name: gpio chip name.
111 struct eqbr_pin_bank *bank; member
115 const char *name; member