Searched refs:__devm_gpiod_get_index_optional (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 84 __devm_gpiod_get_index_optional(struct device *dev, const char *con_id, 232 __devm_gpiod_get_index_optional(struct device *dev, const char *con_id, in __devm_gpiod_get_index_optional() function 457 #define __devm_gpiod_get_index_optional(dev, con_id, index, flags, ...) \ macro 458 __devm_gpiod_get_index_optional(dev, con_id, index, flags) 460 __devm_gpiod_get_index_optional(varargs, GPIOD_ASIS)
|
/linux-4.1.27/drivers/gpio/ |
D | devres.c | 185 struct gpio_desc *__must_check __devm_gpiod_get_index_optional(struct device *dev, in __devm_gpiod_get_index_optional() function 200 EXPORT_SYMBOL(__devm_gpiod_get_index_optional);
|