Home
last modified time | relevance | path

Searched refs:GPIOD_ASIS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/gpio/
Dconsumer.h37 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/
Dsoc_button_array.c58 desc = gpiod_get_index(dev, KBUILD_MODNAME, acpi_index, GPIOD_ASIS); in soc_button_lookup_gpio()
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt45 * GPIOD_ASIS or 0 to not initialize the GPIO at all. The direction must be set