Searched refs:gpiod_count (Results 1 – 2 of 2) sorted by relevance
47 int gpiod_count(struct device *dev, const char *con_id);144 static inline int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() function
2014 int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() function2028 EXPORT_SYMBOL_GPL(gpiod_count);2357 count = gpiod_count(dev, con_id); in gpiod_get_array()