Searched refs:GPIO_TRANSITORY (Results 1 – 4 of 4) sorted by relevance
34 #define GPIO_TRANSITORY 8 macro
13 GPIO_TRANSITORY = (1 << 3), enumerator
1293 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()
4938 ret = gpiod_set_transitory(desc, (lflags & GPIO_TRANSITORY)); in gpiod_configure_flags()