Home
last modified time | relevance | path

Searched refs:of_gpio_get_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpio/
Dgpiolib-of.h16 int of_gpio_get_count(struct device *dev, const char *con_id);
29 static inline int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count() function
Dgpiolib-of.c59 int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count() function
Dgpiolib.c3937 count = of_gpio_get_count(dev, con_id); in gpiod_count()