Searched refs:__gpiod_get_optional (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 57 struct gpio_desc *__must_check __gpiod_get_optional(struct device *dev, 164 __gpiod_get_optional(struct device *dev, const char *con_id, in __gpiod_get_optional() function 439 #define __gpiod_get_optional(dev, con_id, flags, ...) \ macro 440 __gpiod_get_optional(dev, con_id, flags) 441 #define gpiod_get_optional(varargs...) __gpiod_get_optional(varargs, GPIOD_ASIS)
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib.c | 1902 struct gpio_desc *__must_check __gpiod_get_optional(struct device *dev, in __gpiod_get_optional() function 1908 EXPORT_SYMBOL_GPL(__gpiod_get_optional);
|