| /linux/arch/mips/lantiq/xway/ |
| H A D | vmmc.c | 39 gpio_count = gpiod_count(&pdev->dev, NULL); in vmmc_probe()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cirrus_scodec.c | 36 count = gpiod_count(dev, "spk-id"); in cirrus_scodec_get_speaker_id()
|
| H A D | cs35l41_hda.c | 1742 count = gpiod_count(dev, "spk-id"); in cs35l41_get_speaker_id()
|
| /linux/drivers/mux/ |
| H A D | gpio.c | 56 pins = gpiod_count(dev, "mux"); in mux_gpio_probe()
|
| /linux/drivers/input/keyboard/ |
| H A D | clps711x-keypad.c | 103 priv->row_count = gpiod_count(dev, "row"); in clps711x_keypad_probe()
|
| /linux/drivers/watchdog/ |
| H A D | mena21_wdt.c | 141 num_gpios = gpiod_count(dev, NULL); in a21_wdt_probe()
|
| /linux/drivers/platform/surface/ |
| H A D | surface_hotplug.c | 211 if (gpiod_count(&pdev->dev, NULL) < 0) in surface_hotplug_probe()
|
| /linux/drivers/hsi/clients/ |
| H A D | nokia-modem.c | 77 gpio_count = gpiod_count(dev, NULL); in nokia_modem_gpio_probe()
|
| /linux/drivers/auxdisplay/ |
| H A D | hd44780.c | 210 ifwidth = gpiod_count(dev, "data"); in hd44780_probe()
|
| /linux/drivers/regulator/ |
| H A D | gpio-regulator.c | 164 ngpios = gpiod_count(dev, NULL); in of_get_gpio_regulator_config()
|
| /linux/drivers/gpio/ |
| H A D | gpio-max3191x.c | 322 int found = gpiod_count(dev, con_id); in devm_gpiod_get_array_optional_count()
|
| H A D | gpiolib.c | 4826 int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() function 4843 EXPORT_SYMBOL_GPL(gpiod_count); 5105 count = gpiod_count(dev, con_id); in gpiod_get_array()
|
| H A D | gpio-aggregator.c | 1593 n = gpiod_count(dev, NULL); in gpio_aggregator_probe()
|
| /linux/drivers/input/misc/ |
| H A D | soc_button_array.c | 455 error = gpiod_count(dev, NULL); in soc_button_probe()
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | core.c | 645 status = gpiod_count(dev, NULL); in ssam_serial_hub_probe()
|
| /linux/drivers/spi/ |
| H A D | spi-mpc52xx.c | 443 ms->gpio_cs_count = gpiod_count(&op->dev, NULL); in mpc52xx_spi_probe()
|
| H A D | spi-fsl-spi.c | 672 ret = gpiod_count(dev, "cs"); in of_fsl_spi_probe()
|
| H A D | spi.c | 3282 nb = gpiod_count(dev, "cs"); in spi_get_gpio_descs()
|
| /linux/drivers/hwmon/ |
| H A D | gpio-fan.c | 456 fan_data->num_gpios = gpiod_count(dev, NULL); in gpio_fan_get_of_data()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-kirin.c | 369 ret = gpiod_count(dev, "hisilicon,clken"); in kirin_pcie_get_gpio_enable()
|
| /linux/drivers/video/fbdev/ |
| H A D | atmel_lcdfb.c | 967 for (i = 0; i < gpiod_count(dev, "atmel,power-control"); i++) { in atmel_lcdfb_of_init()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 5470 ndescs = gpiod_count(dev, "cs"); in rawnand_dt_parse_gpio_cs()
|