Searched refs:gpiod_export (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-legacy.c | 54 err = gpiod_export(desc, flags & GPIOF_EXPORT_CHANGEABLE); in gpio_request_one()
|
D | gpiolib-sysfs.c | 476 status = gpiod_export(desc, true); in export_store() 552 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() function 623 EXPORT_SYMBOL_GPL(gpiod_export);
|
/linux-4.1.27/include/asm-generic/ |
D | gpio.h | 122 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 126 int gpiod_export(struct gpio_desc *desc, bool direction_may_change); 139 the sysfs interface by gpiod_export(). The driver can control whether the 154 before and after gpiod_export(), and previously enabled poll(2) support for
|
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 464 int gpiod_export(struct gpio_desc *desc, bool direction_may_change); 472 static inline int gpiod_export(struct gpio_desc *desc, in gpiod_export() function
|
/linux-4.1.27/drivers/hsi/clients/ |
D | nokia-modem.c | 132 err = gpiod_export(modem->gpios[i].gpio, 0); in nokia_modem_gpio_probe()
|
/linux-4.1.27/sound/soc/ |
D | soc-jack.c | 369 gpiod_export(gpios[i].desc, false); in snd_soc_jack_add_gpios()
|