Searched refs:direction_may_change (Results 1 – 8 of 8) sorted by relevance
95 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() argument97 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()
188 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() argument
649 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);657 bool direction_may_change) in gpiod_export() argument
547 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() argument602 data->direction_can_change = direction_may_change; in gpiod_export()
663 int gpio_export(unsigned gpio, bool direction_may_change);
625 int gpio_export(unsigned gpio, bool direction_may_change);
146 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
725 int gpio_export(unsigned gpio, bool direction_may_change);
Completed in 16 milliseconds