Home
last modified time | relevance | path

Searched refs:gpiod_count (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.12.1/arch/mips/lantiq/xway/
Dvmmc.c39 gpio_count = gpiod_count(&pdev->dev, NULL); in vmmc_probe()
/linux-6.12.1/sound/pci/hda/
Dcirrus_scodec.c36 count = gpiod_count(dev, "spk-id"); in cirrus_scodec_get_speaker_id()
/linux-6.12.1/drivers/mux/
Dgpio.c57 pins = gpiod_count(dev, "mux"); in mux_gpio_probe()
/linux-6.12.1/drivers/input/keyboard/
Dmatrix_keypad.c282 nrow = gpiod_count(&pdev->dev, "row"); in matrix_keypad_init_gpio()
283 ncol = gpiod_count(&pdev->dev, "col"); in matrix_keypad_init_gpio()
Dclps711x-keypad.c103 priv->row_count = gpiod_count(dev, "row"); in clps711x_keypad_probe()
/linux-6.12.1/include/linux/gpio/
Dconsumer.h60 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.12.1/drivers/watchdog/
Dmena21_wdt.c141 num_gpios = gpiod_count(dev, NULL); in a21_wdt_probe()
/linux-6.12.1/drivers/leds/
Dleds-netxbig.c356 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.12.1/drivers/i2c/busses/
Di2c-cbus-gpio.c224 if (gpiod_count(&pdev->dev, NULL) != 3) in cbus_i2c_probe()
/linux-6.12.1/drivers/platform/surface/
Dsurface_hotplug.c211 if (gpiod_count(&pdev->dev, NULL) < 0) in surface_hotplug_probe()
/linux-6.12.1/drivers/i2c/muxes/
Di2c-mux-gpio.c150 ngpios = gpiod_count(&pdev->dev, "mux"); in i2c_mux_gpio_probe()
/linux-6.12.1/drivers/hsi/clients/
Dnokia-modem.c77 gpio_count = gpiod_count(dev, NULL); in nokia_modem_gpio_probe()
/linux-6.12.1/drivers/auxdisplay/
Dhd44780.c210 ifwidth = gpiod_count(dev, "data"); in hd44780_probe()
/linux-6.12.1/drivers/regulator/
Dgpio-regulator.c164 ngpios = gpiod_count(dev, NULL); in of_get_gpio_regulator_config()
/linux-6.12.1/drivers/gpio/
Dgpio-max3191x.c337 int found = gpiod_count(dev, con_id); in devm_gpiod_get_array_optional_count()
Dgpio-aggregator.c576 n = gpiod_count(dev, NULL); in gpio_aggregator_probe()
Dgpiolib.c4373 int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() function
4390 EXPORT_SYMBOL_GPL(gpiod_count);
4651 count = gpiod_count(dev, con_id); in gpiod_get_array()
/linux-6.12.1/drivers/input/misc/
Dsoc_button_array.c455 error = gpiod_count(dev, NULL); in soc_button_probe()
/linux-6.12.1/drivers/spi/
Dspi-mpc52xx.c444 ms->gpio_cs_count = gpiod_count(&op->dev, NULL); in mpc52xx_spi_probe()
Dspi-fsl-spi.c672 ret = gpiod_count(dev, "cs"); in of_fsl_spi_probe()
Dspi-stm32-qspi.c656 if (mode && gpiod_count(qspi->dev, "cs") == -ENOENT) { in stm32_qspi_setup()
/linux-6.12.1/drivers/hwmon/
Dgpio-fan.c426 fan_data->num_gpios = gpiod_count(dev, NULL); in gpio_fan_get_of_data()
/linux-6.12.1/drivers/platform/surface/aggregator/
Dcore.c645 status = gpiod_count(dev, NULL); in ssam_serial_hub_probe()
/linux-6.12.1/drivers/pci/controller/dwc/
Dpcie-kirin.c370 ret = gpiod_count(dev, "hisilicon,clken"); in kirin_pcie_get_gpio_enable()
/linux-6.12.1/drivers/video/fbdev/
Datmel_lcdfb.c967 for (i = 0; i < gpiod_count(dev, "atmel,power-control"); i++) { in atmel_lcdfb_of_init()

12