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

/linux-4.4.14/include/asm-generic/
H A Dgpio.h120 static inline int gpio_export(unsigned gpio, bool direction_may_change) gpio_export() argument
122 return gpiod_export(gpio_to_desc(gpio), direction_may_change); gpio_export()
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1300.h237 static inline int gpio_export(unsigned gpio, bool direction_may_change) gpio_export() argument
/linux-4.4.14/include/linux/
H A Dgpio.h184 static inline int gpio_export(unsigned gpio, bool direction_may_change) gpio_export() argument
/linux-4.4.14/include/linux/gpio/
H A Dconsumer.h430 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
438 bool direction_may_change) gpiod_export()
437 gpiod_export(struct gpio_desc *desc, bool direction_may_change) gpiod_export() argument
/linux-4.4.14/drivers/gpio/
H A Dgpiolib-sysfs.c535 * @direction_may_change: true if userspace may change gpio direction
547 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) gpiod_export() argument
600 data->direction_can_change = direction_may_change; gpiod_export()

Completed in 106 milliseconds