Searched refs:GPIOD_ASIS (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 37 GPIOD_ASIS = 0, enumerator 435 #define gpiod_get(varargs...) __gpiod_get(varargs, GPIOD_ASIS) 438 #define gpiod_get_index(varargs...) __gpiod_get_index(varargs, GPIOD_ASIS) 441 #define gpiod_get_optional(varargs...) __gpiod_get_optional(varargs, GPIOD_ASIS) 445 __gpiod_get_index_optional(varargs, GPIOD_ASIS) 448 #define devm_gpiod_get(varargs...) __devm_gpiod_get(varargs, GPIOD_ASIS) 452 __devm_gpiod_get_index(varargs, GPIOD_ASIS) 456 __devm_gpiod_get_optional(varargs, GPIOD_ASIS) 460 __devm_gpiod_get_index_optional(varargs, GPIOD_ASIS)
|
/linux-4.1.27/drivers/input/misc/ |
D | soc_button_array.c | 58 desc = gpiod_get_index(dev, KBUILD_MODNAME, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 45 * GPIOD_ASIS or 0 to not initialize the GPIO at all. The direction must be set
|