Home
last modified time | relevance | path

Searched refs:direction_may_change (Results 1 – 1 of 1) sorted by relevance

/drivers/gpio/
Dgpiolib.c99 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() argument
787 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() argument
834 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()
1095 bool direction_may_change) in gpiod_export() argument