Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpiolib-of.h24 int of_gpio_get_count(struct device *dev, const char *con_id);
35 static inline int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count() function
H A Dgpiolib-of.c96 int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count() function
H A Dgpiolib.c4130 count = of_gpio_get_count(dev, con_id); in gpiod_count()