/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | stm32mp15xxaa-pinctrl.dtsi | 12 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>; 72 ngpios = <8>; [all …]
|
A D | stm32mp15xxac-pinctrl.dtsi | 12 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>;
|
A D | stm32mp15xxab-pinctrl.dtsi | 12 ngpios = <16>; 18 ngpios = <16>; 24 ngpios = <16>; 30 ngpios = <16>; 36 ngpios = <16>; 42 ngpios = <6>; 48 ngpios = <10>; 54 ngpios = <2>;
|
A D | stm32mp15xxad-pinctrl.dtsi | 12 ngpios = <16>; 18 ngpios = <16>; 24 ngpios = <16>; 30 ngpios = <16>; 36 ngpios = <16>; 42 ngpios = <6>; 48 ngpios = <10>; 54 ngpios = <2>;
|
A D | rda8810pl.dtsi | 47 ngpios = <32>; 84 ngpios = <32>; 95 ngpios = <32>; 106 ngpios = <32>;
|
A D | stm32h743.dtsi | 600 ngpios = <16>; 612 ngpios = <16>; 624 ngpios = <16>; 636 ngpios = <16>; 648 ngpios = <16>; 660 ngpios = <16>; 672 ngpios = <16>; 684 ngpios = <16>; 696 ngpios = <16>; 708 ngpios = <16>; [all …]
|
/linux-6.3-rc2/drivers/i2c/muxes/ |
A D | i2c-mux-gpio.c | 22 int ngpios; member 32 gpiod_set_array_value_cansleep(mux->ngpios, mux->gpios, NULL, values); in i2c_mux_gpio_set() 129 int i, ngpios, ret; in i2c_mux_gpio_probe() local 144 ngpios = gpiod_count(&pdev->dev, "mux"); in i2c_mux_gpio_probe() 145 if (ngpios <= 0) { in i2c_mux_gpio_probe() 147 return ngpios ?: -EINVAL; in i2c_mux_gpio_probe() 149 mux->ngpios = ngpios; in i2c_mux_gpio_probe() 156 array_size(ngpios, sizeof(*mux->gpios)), 0, in i2c_mux_gpio_probe() 178 for (i = 0; i < ngpios; i++) { in i2c_mux_gpio_probe()
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-creg-snps.c | 82 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() 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()
|
A D | gpio-ts4800.c | 25 u32 ngpios; in ts4800_gpio_probe() local 39 retval = of_property_read_u32(node, "ngpios", &ngpios); in ts4800_gpio_probe() 41 ngpios = DEFAULT_PIN_NUMBER; in ts4800_gpio_probe() 53 chip->ngpio = ngpios; in ts4800_gpio_probe()
|
A D | gpio-exar.c | 152 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()
|
A D | gpio-aggregator.c | 254 #define fwd_tmp_size(ngpios) (BITS_TO_LONGS((ngpios)) + (ngpios)) argument 407 unsigned int ngpios, in gpiochip_fwd_create() argument 416 fwd = devm_kzalloc(dev, struct_size(fwd, tmp, fwd_tmp_size(ngpios)), in gpiochip_fwd_create() 429 for (i = 0; i < ngpios; i++) { in gpiochip_fwd_create() 453 chip->ngpio = ngpios; in gpiochip_fwd_create()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | gpio-regulator.c | 136 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-6.3-rc2/Documentation/devicetree/bindings/gpio/ |
A D | hisilicon,ascend910-gpio.yaml | 31 ngpios: 41 - ngpios 52 ngpios = <32>;
|
A D | renesas,em-gio.yaml | 34 ngpios: 50 - ngpios 67 ngpios = <32>;
|
A D | gpio-mvebu.yaml | 68 ngpios: 102 - ngpios 125 ngpios = <32>; 138 ngpios = <17>;
|
A D | gpio-ts4800.txt | 10 - ngpios: See "gpio.txt" 17 ngpios = <8>;
|
A D | aspeed,sgpio.yaml | 47 ngpios: true 58 - ngpios 75 ngpios = <80>;
|
A D | gpio-rda.yaml | 24 ngpios: 43 - ngpios
|
A D | realtek,otto-gpio.yaml | 42 ngpios: 89 ngpios = <24>; 101 ngpios = <24>;
|
A D | snps,creg-gpio.txt | 11 - ngpios: Number of GPIO pins. 20 ngpios = <2>;
|
A D | idt,32434-gpio.yaml | 29 ngpios: 66 ngpios = <14>;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | microchip,sparx5-sgpio.yaml | 98 controlled indirectly by the "ngpios" property: (ngpios/32). 113 ngpios: 124 - ngpios 156 ngpios = <96>; 166 ngpios = <96>;
|
A D | intel,pinctrl-keembay.yaml | 29 ngpios: 88 - ngpios 104 ngpios = <0x50>; 124 ngpios = <0x50>;
|
/linux-6.3-rc2/drivers/pinctrl/ |
A D | pinctrl-sx150x.c | 74 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-6.3-rc2/arch/arm64/boot/dts/synaptics/ |
A D | berlin4ct.dtsi | 143 ngpios = <32>; 161 ngpios = <32>; 179 ngpios = <32>; 197 ngpios = <32>; 272 ngpios = <32>; 287 ngpios = <32>;
|