Searched refs:direction_may_change (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/asm-generic/ |
D | gpio.h | 120 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() argument 122 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()
|
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/ |
D | gpio-au1300.h | 237 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() argument
|
D | gpio-au1000.h | 632 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() argument
|
/linux-4.1.27/include/linux/ |
D | gpio.h | 184 static inline int gpio_export(unsigned gpio, bool direction_may_change) in gpio_export() argument
|
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 464 int gpiod_export(struct gpio_desc *desc, bool direction_may_change); 473 bool direction_may_change) in gpiod_export() argument
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-sysfs.c | 552 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() argument 595 direction_may_change) { in gpiod_export()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | gpio.txt | 632 int gpio_export(unsigned gpio, bool direction_may_change);
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 126 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
|
D | gpio-legacy.txt | 745 int gpio_export(unsigned gpio, bool direction_may_change);
|