Searched refs:__gpiod_get (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 50 struct gpio_desc *__must_check __gpiod_get(struct device *dev, 148 static inline struct gpio_desc *__must_check __gpiod_get(struct device *dev, in __gpiod_get() function 434 #define __gpiod_get(dev, con_id, flags, ...) __gpiod_get(dev, con_id, flags) macro 435 #define gpiod_get(varargs...) __gpiod_get(varargs, GPIOD_ASIS)
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib.c | 1885 struct gpio_desc *__must_check __gpiod_get(struct device *dev, const char *con_id, in __gpiod_get() function 1890 EXPORT_SYMBOL_GPL(__gpiod_get);
|