Searched refs:__gpiod_get_index (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 53 struct gpio_desc *__must_check __gpiod_get_index(struct device *dev, 155 __gpiod_get_index(struct device *dev, in __gpiod_get_index() function 436 #define __gpiod_get_index(dev, con_id, index, flags, ...) \ macro 437 __gpiod_get_index(dev, con_id, index, flags) 438 #define gpiod_get_index(varargs...) __gpiod_get_index(varargs, GPIOD_ASIS)
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib.c | 1965 struct gpio_desc *__must_check __gpiod_get_index(struct device *dev, in __gpiod_get_index() function 2014 EXPORT_SYMBOL_GPL(__gpiod_get_index);
|