Searched refs:GPIOD_ASIS (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/gpio/
H A Dconsumer.h37 GPIOD_ASIS = 0, enumerator in enum:gpiod_flags
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/
H A Dsoc_button_array.c58 desc = gpiod_get_index(dev, KBUILD_MODNAME, acpi_index, GPIOD_ASIS); soc_button_lookup_gpio()

Completed in 204 milliseconds