Searched refs:of_gpio_count (Results 1 – 3 of 3) sorted by relevance
25 int of_gpio_count(const struct fwnode_handle *fwnode, const char *con_id);36 static inline int of_gpio_count(const struct fwnode_handle *fwnode, in of_gpio_count() function
103 int of_gpio_count(const struct fwnode_handle *fwnode, const char *con_id) in of_gpio_count() function
4522 count = of_gpio_count(fwnode, con_id); in gpiod_count()