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