Home
last modified time | relevance | path

Searched refs:ngpios (Results 1 – 25 of 161) sorted by relevance

1234567

/Linux-v5.15/arch/arm/boot/dts/
Dstm32mp15xxaa-pinctrl.dtsi12 ngpios = <16>;
18 ngpios = <16>;
24 ngpios = <16>;
30 ngpios = <16>;
36 ngpios = <16>;
42 ngpios = <16>;
48 ngpios = <16>;
54 ngpios = <16>;
60 ngpios = <16>;
66 ngpios = <16>;
[all …]
Dstm32mp15xxac-pinctrl.dtsi12 ngpios = <16>;
18 ngpios = <16>;
24 ngpios = <16>;
30 ngpios = <16>;
36 ngpios = <16>;
42 ngpios = <16>;
48 ngpios = <16>;
54 ngpios = <16>;
60 ngpios = <12>;
70 ngpios = <8>;
Dstm32mp15xxab-pinctrl.dtsi12 ngpios = <16>;
18 ngpios = <16>;
24 ngpios = <16>;
30 ngpios = <16>;
36 ngpios = <16>;
42 ngpios = <6>;
48 ngpios = <10>;
54 ngpios = <2>;
Dstm32mp15xxad-pinctrl.dtsi12 ngpios = <16>;
18 ngpios = <16>;
24 ngpios = <16>;
30 ngpios = <16>;
36 ngpios = <16>;
42 ngpios = <6>;
48 ngpios = <10>;
54 ngpios = <2>;
Drda8810pl.dtsi47 ngpios = <32>;
84 ngpios = <32>;
95 ngpios = <32>;
106 ngpios = <32>;
Demev2.dtsi211 ngpios = <32>;
224 ngpios = <32>;
237 ngpios = <32>;
250 ngpios = <32>;
263 ngpios = <31>;
Dstm32h743.dtsi603 ngpios = <16>;
615 ngpios = <16>;
627 ngpios = <16>;
639 ngpios = <16>;
651 ngpios = <16>;
663 ngpios = <16>;
675 ngpios = <16>;
687 ngpios = <16>;
699 ngpios = <16>;
711 ngpios = <16>;
[all …]
/Linux-v5.15/drivers/i2c/muxes/
Di2c-mux-gpio.c21 int ngpios; member
31 gpiod_set_array_value_cansleep(mux->ngpios, mux->gpios, NULL, values); in i2c_mux_gpio_set()
166 int i, ngpios, ret; in i2c_mux_gpio_probe() local
181 ngpios = gpiod_count(&pdev->dev, "mux"); in i2c_mux_gpio_probe()
182 if (ngpios <= 0) { in i2c_mux_gpio_probe()
184 return ngpios ?: -EINVAL; in i2c_mux_gpio_probe()
186 mux->ngpios = ngpios; in i2c_mux_gpio_probe()
193 ngpios * sizeof(*mux->gpios), 0, in i2c_mux_gpio_probe()
215 for (i = 0; i < ngpios; i++) { in i2c_mux_gpio_probe()
/Linux-v5.15/drivers/gpio/
Dgpio-creg-snps.c82 u32 ngpios) in creg_gpio_validate() argument
90 if (ngpios < 1 || ngpios > hcg->layout->ngpio) { in creg_gpio_validate()
140 u32 ngpios; in creg_gpio_probe() local
156 ret = of_property_read_u32(dev->of_node, "ngpios", &ngpios); in creg_gpio_probe()
160 ret = creg_gpio_validate(dev, hcg, ngpios); in creg_gpio_probe()
168 hcg->gc.ngpio = ngpios; in creg_gpio_probe()
177 dev_info(dev, "GPIO controller with %d gpios probed\n", ngpios); in creg_gpio_probe()
Dgpio-ts4800.c28 u32 ngpios; in ts4800_gpio_probe() local
42 retval = of_property_read_u32(node, "ngpios", &ngpios); in ts4800_gpio_probe()
44 ngpios = DEFAULT_PIN_NUMBER; in ts4800_gpio_probe()
56 chip->ngpio = ngpios; in ts4800_gpio_probe()
Dgpio-realtek-otto.c256 u32 ngpios; in realtek_gpio_probe() local
265 ngpios = REALTEK_GPIO_MAX; in realtek_gpio_probe()
266 device_property_read_u32(dev, "ngpios", &ngpios); in realtek_gpio_probe()
268 if (ngpios > REALTEK_GPIO_MAX) { in realtek_gpio_probe()
289 ctrl->gc.ngpio = ngpios; in realtek_gpio_probe()
Dgpio-exar.c132 u32 first_pin, ngpios; in gpio_exar_probe() local
148 ret = device_property_read_u32(dev, "ngpios", &ngpios); in gpio_exar_probe()
181 exar_gpio->gpio_chip.ngpio = ngpios; in gpio_exar_probe()
Dgpio-hlwd.c208 u32 ngpios; in hlwd_gpio_probe() local
239 res = of_property_read_u32(pdev->dev.of_node, "ngpios", &ngpios); in hlwd_gpio_probe()
241 ngpios = 32; in hlwd_gpio_probe()
242 hlwd->gpioc.ngpio = ngpios; in hlwd_gpio_probe()
Dgpio-idt3243x.c136 int ngpios; in idt_gpio_probe() local
157 ret = device_property_read_u32(dev, "ngpios", &ngpios); in idt_gpio_probe()
159 ctrl->gc.ngpio = ngpios; in idt_gpio_probe()
Dgpio-bd71815.c116 unsigned int ngpios) in bd71815_init_valid_mask() argument
118 if (ngpios != 2) in bd71815_init_valid_mask()
/Linux-v5.15/drivers/regulator/
Dgpio-regulator.c136 int ngpios; in of_get_gpio_regulator_config() local
164 ngpios = gpiod_count(dev, NULL); in of_get_gpio_regulator_config()
165 if (ngpios > 0) { in of_get_gpio_regulator_config()
168 * ngpios, in of_get_gpio_regulator_config()
173 for (i = 0; i < ngpios; i++) { in of_get_gpio_regulator_config()
187 config->ngpios = ngpios; in of_get_gpio_regulator_config()
264 for (i = 0; i < config->ngpios; i++) { in gpio_regulator_probe()
274 drvdata->nr_gpios = config->ngpios; in gpio_regulator_probe()
/Linux-v5.15/drivers/pinctrl/
Dpinctrl-sx150x.c74 u8 ngpios; member
86 u8 ngpios; member
167 .ngpios = 4,
190 .ngpios = 8,
213 .ngpios = 16,
232 .ngpios = 4,
254 .ngpios = 8,
277 .ngpios = 16,
298 .ngpios = 4,
319 .ngpios = 8,
[all …]
/Linux-v5.15/arch/arm64/boot/dts/synaptics/
Dberlin4ct.dtsi143 ngpios = <32>;
161 ngpios = <32>;
179 ngpios = <32>;
197 ngpios = <32>;
272 ngpios = <32>;
287 ngpios = <32>;
/Linux-v5.15/Documentation/devicetree/bindings/gpio/
Dgpio-ts4800.txt10 - ngpios: See "gpio.txt"
17 ngpios = <8>;
Dsnps,creg-gpio.txt11 - ngpios: Number of GPIO pins.
20 ngpios = <2>;
Dnintendo,hollywood-gpio.txt12 - ngpios: see Documentation/devicetree/bindings/gpio/gpio.txt
25 ngpios = <24>;
Dgpio-ts4900.txt17 - ngpios: Number of GPIOs this controller is instantiated with,
28 ngpios = <32>;
Dgpio-ath79.txt12 - ngpios: Should be set to the number of GPIOs available on the SoC.
30 ngpios = <22>;
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dbrcm,iproc-gpio.txt27 - ngpios:
77 ngpios = <24>;
99 ngpios = <146>;
/Linux-v5.15/arch/arm64/boot/dts/microchip/
Dsparx5.dtsi314 ngpios = <96>;
324 ngpios = <96>;
344 ngpios = <96>;
354 ngpios = <96>;
374 ngpios = <96>;
384 ngpios = <96>;

1234567