Home
last modified time | relevance | path

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

/linux/include/dt-bindings/gpio/
H A Dgpio.h34 #define GPIO_TRANSITORY 8 macro
/linux/drivers/gpio/
H A Dgpio-virtuser.c1290 return sprintf(page, "%c\n", flags & GPIO_TRANSITORY ? '1' : '0'); in gpio_virtuser_lookup_entry_config_transitory_show()
1314 entry->flags |= GPIO_TRANSITORY; in gpio_virtuser_lookup_entry_config_transitory_store()
1316 entry->flags &= ~GPIO_TRANSITORY; in gpio_virtuser_lookup_entry_config_transitory_store()
H A Dgpiolib.c5028 ret = gpiod_set_transitory(desc, (lflags & GPIO_TRANSITORY)); in gpiod_configure_flags()