| /OK3568_Linux_fs/kernel/drivers/mux/ |
| H A D | gpio.c | 55 pins = gpiod_count(dev, "mux"); in mux_gpio_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/gpio/ |
| H A D | consumer.h | 62 int gpiod_count(struct device *dev, const char *con_id); 196 static inline int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() function
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | surface3_button.c | 195 error = gpiod_count(dev, NULL); in surface3_button_probe()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | mena21_wdt.c | 141 num_gpios = gpiod_count(dev, NULL); in a21_wdt_probe()
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-cbus-gpio.c | 226 if (gpiod_count(&pdev->dev, NULL) != 3) in cbus_i2c_probe()
|
| /OK3568_Linux_fs/kernel/drivers/auxdisplay/ |
| H A D | hd44780.c | 186 ifwidth = gpiod_count(dev, "data"); in hd44780_probe()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/muxes/ |
| H A D | i2c-mux-gpio.c | 129 ngpios = gpiod_count(&pdev->dev, "mux"); in i2c_mux_gpio_probe()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | gpio-regulator.c | 164 ngpios = gpiod_count(dev, NULL); in of_get_gpio_regulator_config()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | soc_button_array.c | 422 error = gpiod_count(dev, NULL); in soc_button_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-max3191x.c | 337 int found = gpiod_count(dev, con_id); in devm_gpiod_get_array_optional_count()
|
| H A D | gpio-aggregator.c | 530 n = gpiod_count(dev, NULL); in gpio_aggregator_probe()
|
| H A D | gpiolib.c | 3845 int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() function 3859 EXPORT_SYMBOL_GPL(gpiod_count); 4226 count = gpiod_count(dev, con_id); in gpiod_get_array()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | gpio-fan.c | 427 fan_data->num_gpios = gpiod_count(dev, NULL); in gpio_fan_get_of_data()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-fsl-spi.c | 744 ret = gpiod_count(dev, "cs"); in of_fsl_spi_probe()
|
| H A D | spi-pxa2xx.c | 1854 count = gpiod_count(&pdev->dev, "cs"); in pxa2xx_spi_probe()
|
| H A D | spi.c | 2567 nb = gpiod_count(dev, "cs"); in spi_get_gpio_descs()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_generic | 824 gpiod_count
|
| H A D | abi_gki_aarch64_db845c | 914 gpiod_count
|
| H A D | abi_gki_aarch64_imx | 1481 gpiod_count
|
| H A D | abi_gki_aarch64_rockchip | 1827 gpiod_count
|
| H A D | abi_gki_aarch64_galaxy | 2041 gpiod_count
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | atmel_lcdfb.c | 990 for (i = 0; i < gpiod_count(dev, "atmel,power-control"); i++) { in atmel_lcdfb_of_init()
|