Home
last modified time | relevance | path

Searched defs:__gpiod_get (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/gpio/
Dconsumer.h148 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
/linux-4.1.27/drivers/gpio/
Dgpiolib.c1885 struct gpio_desc *__must_check __gpiod_get(struct device *dev, const char *con_id, in __gpiod_get() function