Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
H A Dgpio.h123 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() argument
125 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()
/kernel/linux/linux-5.10/include/linux/
H A Dgpio.h194 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() argument
/kernel/linux/linux-5.10/include/linux/gpio/
H A Dconsumer.h718 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
726 bool direction_may_change) in gpiod_export()
725 gpiod_export(struct gpio_desc *desc, bool direction_may_change) gpiod_export() argument
/kernel/linux/linux-6.6/include/linux/gpio/
H A Dconsumer.h647 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
657 bool direction_may_change) in gpiod_export()
656 gpiod_export(struct gpio_desc *desc, bool direction_may_change) gpiod_export() argument
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-sysfs.c566 * @direction_may_change: true if userspace may change GPIO direction
578 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() argument
633 data->direction_can_change = direction_may_change; in gpiod_export()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-sysfs.c548 * @direction_may_change: true if userspace may change GPIO direction
560 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() argument
615 data->direction_can_change = direction_may_change; in gpiod_export()

Completed in 6 milliseconds