Searched refs:transitory (Results 1 – 7 of 7) sorted by relevance
317 bool transitory = false; in gpiod_get_from_of_node() local330 transitory = flags & OF_GPIO_TRANSITORY; in gpiod_get_from_of_node()348 if (transitory) in gpiod_get_from_of_node()
2437 int gpiod_set_transitory(struct gpio_desc *desc, bool transitory) in gpiod_set_transitory() argument2444 assign_bit(FLAG_TRANSITORY, &desc->flags, transitory); in gpiod_set_transitory()2449 !transitory); in gpiod_set_transitory()
162 int gpiod_set_transitory(struct gpio_desc *desc, bool transitory);491 static inline int gpiod_set_transitory(struct gpio_desc *desc, bool transitory) in gpiod_set_transitory() argument
96 - You know that the DMA mapping is fairly transitory. If you expect
40 transitory or permanent condition)
135 * GPIO_TRANSITORY - GPIO line is transitory and may loose its
246 (state is one of the values below). As this state is transitory,
Completed in 20 milliseconds