Home
last modified time | relevance | path

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

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