/linux-6.1.9/arch/mips/lantiq/xway/ |
D | vmmc.c | 38 gpio_count = gpiod_count(&pdev->dev, NULL); in vmmc_probe()
|
/linux-6.1.9/drivers/mux/ |
D | gpio.c | 57 pins = gpiod_count(dev, "mux"); in mux_gpio_probe()
|
/linux-6.1.9/drivers/input/keyboard/ |
D | clps711x-keypad.c | 103 priv->row_count = gpiod_count(dev, "row"); in clps711x_keypad_probe()
|
D | matrix_keypad.c | 420 pdata->num_row_gpios = nrow = gpiod_count(dev, "row"); in matrix_keypad_parse_dt() 421 pdata->num_col_gpios = ncol = gpiod_count(dev, "col"); in matrix_keypad_parse_dt()
|
/linux-6.1.9/drivers/watchdog/ |
D | mena21_wdt.c | 141 num_gpios = gpiod_count(dev, NULL); in a21_wdt_probe()
|
/linux-6.1.9/include/linux/gpio/ |
D | consumer.h | 59 int gpiod_count(struct device *dev, const char *con_id); 191 static inline int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() function
|
/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-cbus-gpio.c | 226 if (gpiod_count(&pdev->dev, NULL) != 3) in cbus_i2c_probe()
|
/linux-6.1.9/drivers/leds/ |
D | leds-netxbig.c | 356 ret = gpiod_count(gpio_ext_dev, "addr"); in netxbig_gpio_ext_get() 385 ret = gpiod_count(gpio_ext_dev, "data"); in netxbig_gpio_ext_get()
|
/linux-6.1.9/drivers/platform/surface/ |
D | surface_hotplug.c | 220 if (gpiod_count(&pdev->dev, NULL) < 0) in surface_hotplug_probe()
|
/linux-6.1.9/drivers/i2c/muxes/ |
D | i2c-mux-gpio.c | 144 ngpios = gpiod_count(&pdev->dev, "mux"); in i2c_mux_gpio_probe()
|
/linux-6.1.9/drivers/hsi/clients/ |
D | nokia-modem.c | 77 gpio_count = gpiod_count(dev, NULL); in nokia_modem_gpio_probe()
|
/linux-6.1.9/drivers/auxdisplay/ |
D | hd44780.c | 210 ifwidth = gpiod_count(dev, "data"); in hd44780_probe()
|
/linux-6.1.9/drivers/regulator/ |
D | gpio-regulator.c | 164 ngpios = gpiod_count(dev, NULL); in of_get_gpio_regulator_config()
|
/linux-6.1.9/drivers/input/misc/ |
D | soc_button_array.c | 422 error = gpiod_count(dev, NULL); in soc_button_probe()
|
/linux-6.1.9/drivers/gpio/ |
D | gpio-max3191x.c | 337 int found = gpiod_count(dev, con_id); in devm_gpiod_get_array_optional_count()
|
D | gpio-aggregator.c | 479 n = gpiod_count(dev, NULL); in gpio_aggregator_probe()
|
D | gpiolib.c | 3935 int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() function 3950 EXPORT_SYMBOL_GPL(gpiod_count); 4246 count = gpiod_count(dev, con_id); in gpiod_get_array()
|
/linux-6.1.9/drivers/platform/surface/aggregator/ |
D | core.c | 623 if (gpiod_count(&serdev->dev, NULL) < 0) in ssam_serial_hub_probe()
|
/linux-6.1.9/drivers/spi/ |
D | spi-mpc52xx.c | 443 ms->gpio_cs_count = gpiod_count(&op->dev, NULL); in mpc52xx_spi_probe()
|
D | spi-fsl-spi.c | 688 ret = gpiod_count(dev, "cs"); in of_fsl_spi_probe()
|
D | spi-stm32-qspi.c | 659 gpiod_count(qspi->dev, "cs") == -ENOENT)) { in stm32_qspi_setup()
|
/linux-6.1.9/drivers/hwmon/ |
D | gpio-fan.c | 425 fan_data->num_gpios = gpiod_count(dev, NULL); in gpio_fan_get_of_data()
|
/linux-6.1.9/drivers/pci/controller/dwc/ |
D | pcie-kirin.c | 374 ret = gpiod_count(dev, "hisilicon,clken"); in kirin_pcie_get_gpio_enable()
|
/linux-6.1.9/drivers/video/fbdev/ |
D | atmel_lcdfb.c | 990 for (i = 0; i < gpiod_count(dev, "atmel,power-control"); i++) { in atmel_lcdfb_of_init()
|
/linux-6.1.9/sound/pci/hda/ |
D | cs35l41_hda.c | 1187 count = gpiod_count(dev, "spk-id"); in cs35l41_get_speaker_id()
|