Lines Matching +full:bank +full:- +full:number

1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2020-2021 Rockchip Electronics Co. Ltd.
8 * With some ideas taken from pinctrl-samsung:
14 * and pinctrl-at91:
15 * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74 * @offset: if initialized to -1 it will be autocalculated, by specifying
107 * @offset: if initialized to -1 it will be autocalculated, by specifying
120 * @dev: the pinctrl device bind to the bank
121 * @reg_base: register base of the gpio bank
123 * @clk: clock of the gpio bank
125 * @irq: interrupt of the gpio bank
127 * @pin_base: first pin number
128 * @nr_pins: number of pins in this bank
129 * @name: name of the bank
130 * @bank_num: number of the bank, to account for holes
131 * @iomux: array describing the 4 iomux sources of the bank
132 * @drv: array describing the 4 drive strength sources of the bank
133 * @pull_type: array describing the 4 pull type sources of the bank
135 * @of_node: dt node of this bank
137 * @domain: irqdomain of the gpio bank
140 * @slock: spinlock for the gpio bank
143 * @route_mask: bits describing the routing pins of per bank
144 * @deferred_output: gpio output settings to be done after gpio bank probed
180 * @num: bank number.
181 * @pin: pin number.
202 * @bank_num: bank number.
233 void (*pull_calc_reg)(struct rockchip_pin_bank *bank,
236 void (*drv_calc_reg)(struct rockchip_pin_bank *bank,
239 int (*schmitt_calc_reg)(struct rockchip_pin_bank *bank,
260 * @npins: number of pins included in this group.
274 * @ngroups: number of groups included in @groups.