Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A 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
H A Dgpiolib-of.c59 int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count() function
H A Dgpiolib.c3850 count = of_gpio_get_count(dev, con_id); in gpiod_count()