Searched refs:GPIO_TRANSITORY (Results 1 – 9 of 9) sorted by relevance
34 #define GPIO_TRANSITORY 8 macro
13 GPIO_TRANSITORY = (1 << 3), enumerator
1320 return sprintf(page, "%c\n", flags & GPIO_TRANSITORY ? '1' : '0'); in gpio_virtuser_lookup_entry_config_transitory_show()1344 entry->flags |= GPIO_TRANSITORY; in gpio_virtuser_lookup_entry_config_transitory_store()1346 entry->flags &= ~GPIO_TRANSITORY; in gpio_virtuser_lookup_entry_config_transitory_store()
471 lflags |= GPIO_TRANSITORY; in of_convert_gpio_flags()
4488 ret = gpiod_set_transitory(desc, (lflags & GPIO_TRANSITORY)); in gpiod_configure_flags()
114 gpios = <&gpio0 ASPEED_GPIO(B, 3) (GPIO_ACTIVE_HIGH|GPIO_TRANSITORY)>;119 gpios = <&gpio0 ASPEED_GPIO(P, 5) (GPIO_ACTIVE_HIGH|GPIO_TRANSITORY)>;
123 gpios = <&gpio0 ASPEED_GPIO(W, 5) (GPIO_ACTIVE_HIGH | GPIO_TRANSITORY)>;
126 * GPIO_TRANSITORY - GPIO line is transitory and may loose its
452 irq-gpio = <&tlmm 125 GPIO_TRANSITORY>;
Completed in 742 milliseconds