Searched refs:direction_may_change (Results 1 – 1 of 1) sorted by relevance
99 static int gpiod_export(struct gpio_desc *desc, bool direction_may_change);753 static int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() argument787 direction_may_change = false; in gpiod_export()806 if (direction_may_change) { in gpiod_export()812 if (gpiod_to_irq(desc) >= 0 && (direction_may_change || in gpiod_export()832 int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() argument834 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()1095 bool direction_may_change) in gpiod_export() argument