Home
last modified time | relevance | path

Searched full:ngpios (Results 1 – 25 of 236) sorted by relevance

12345678910

/Linux-v6.6/arch/arm/boot/dts/st/
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>;
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>;
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>;
/Linux-v6.6/arch/arm64/boot/dts/st/
Dstm32mp25xxai-pinctrl.dtsi12 ngpios = <16>;
18 ngpios = <16>;
24 ngpios = <14>;
30 ngpios = <16>;
36 ngpios = <16>;
42 ngpios = <16>;
48 ngpios = <16>;
54 ngpios = <12>;
60 ngpios = <16>;
66 ngpios = <16>;
[all …]
Dstm32mp25xxak-pinctrl.dtsi12 ngpios = <16>;
18 ngpios = <16>;
24 ngpios = <14>;
30 ngpios = <16>;
36 ngpios = <16>;
42 ngpios = <16>;
48 ngpios = <16>;
54 ngpios = <12>;
60 ngpios = <12>;
68 ngpios = <10>;
Dstm32mp25xxal-pinctrl.dtsi12 ngpios = <16>;
18 ngpios = <16>;
24 ngpios = <14>;
30 ngpios = <16>;
36 ngpios = <16>;
42 ngpios = <16>;
48 ngpios = <16>;
54 ngpios = <12>;
60 ngpios = <12>;
68 ngpios = <10>;
/Linux-v6.6/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()
91 dev_err(dev, "ngpios must be in [1:%u]\n", 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()
169 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.c24 u32 ngpios; in ts4800_gpio_probe() local
38 retval = of_property_read_u32(node, "ngpios", &ngpios); in ts4800_gpio_probe()
40 ngpios = DEFAULT_PIN_NUMBER; in ts4800_gpio_probe()
52 chip->ngpio = ngpios; in ts4800_gpio_probe()
Dgpio-exar.c152 u32 first_pin, ngpios; in gpio_exar_probe() local
168 ret = device_property_read_u32(dev, "ngpios", &ngpios); in gpio_exar_probe()
182 ngpios += ngpios; in gpio_exar_probe()
212 exar_gpio->gpio_chip.ngpio = ngpios; in gpio_exar_probe()
Dgpio-aggregator.c264 #define fwd_tmp_size(ngpios) (BITS_TO_LONGS((ngpios)) + (ngpios)) argument
482 * @ngpios: Number of GPIOs in the forwarder.
484 * This array must contain @ngpios entries, and must not be deallocated
495 unsigned int ngpios, in gpiochip_fwd_create() argument
505 fwd = devm_kzalloc(dev, struct_size(fwd, tmp, fwd_tmp_size(ngpios)), in gpiochip_fwd_create()
518 for (i = 0; i < ngpios; i++) { in gpiochip_fwd_create()
542 chip->ngpio = ngpios; in gpiochip_fwd_create()
/Linux-v6.6/drivers/i2c/muxes/
Di2c-mux-gpio.c22 int ngpios; member
32 gpiod_set_array_value_cansleep(mux->ngpios, mux->gpios, NULL, values); in i2c_mux_gpio_set()
131 int i, ngpios, ret; in i2c_mux_gpio_probe() local
146 ngpios = gpiod_count(&pdev->dev, "mux"); in i2c_mux_gpio_probe()
147 if (ngpios <= 0) { in i2c_mux_gpio_probe()
149 return ngpios ?: -EINVAL; in i2c_mux_gpio_probe()
151 mux->ngpios = ngpios; in i2c_mux_gpio_probe()
158 array_size(ngpios, sizeof(*mux->gpios)), 0, in i2c_mux_gpio_probe()
180 for (i = 0; i < ngpios; i++) { in i2c_mux_gpio_probe()
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/
Dmicrochip,sparx5-sgpio.yaml98 controlled indirectly by the "ngpios" property: (ngpios/32).
113 ngpios:
124 - ngpios
156 ngpios = <96>;
166 ngpios = <96>;
Dintel,pinctrl-keembay.yaml29 ngpios:
88 - ngpios
104 ngpios = <0x50>;
124 ngpios = <0x50>;
/Linux-v6.6/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()
279 for (i = 0; i < config->ngpios; i++) { in gpio_regulator_probe()
289 drvdata->nr_gpios = config->ngpios; in gpio_regulator_probe()
/Linux-v6.6/Documentation/devicetree/bindings/gpio/
Dloongson,ls1x-gpio.yaml24 ngpios:
33 - ngpios
46 ngpios = <32>;
Dadi,ds4520-gpio.yaml25 ngpios:
34 - ngpios
47 ngpios = <9>;
Dhisilicon,ascend910-gpio.yaml31 ngpios:
41 - ngpios
52 ngpios = <32>;
Dgpio-mvebu.yaml68 ngpios:
102 - ngpios
125 ngpios = <32>;
138 ngpios = <17>;
Drenesas,em-gio.yaml34 ngpios:
50 - ngpios
67 ngpios = <32>;
Daspeed,sgpio.yaml47 ngpios: true
58 - ngpios
75 ngpios = <80>;
Drealtek,otto-gpio.yaml42 ngpios:
89 ngpios = <24>;
101 ngpios = <24>;
Dloongson,ls-gpio.yaml21 ngpios:
39 - ngpios
54 ngpios = <64>;
/Linux-v6.6/arch/arm/boot/dts/unisoc/
Drda8810pl.dtsi47 ngpios = <32>;
84 ngpios = <32>;
95 ngpios = <32>;
106 ngpios = <32>;
/Linux-v6.6/arch/arm64/boot/dts/synaptics/
Dberlin4ct.dtsi145 ngpios = <32>;
163 ngpios = <32>;
181 ngpios = <32>;
199 ngpios = <32>;
274 ngpios = <32>;
289 ngpios = <32>;

12345678910