Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpiolib-legacy.c54 err = gpiod_export(desc, flags & GPIOF_EXPORT_CHANGEABLE); in gpio_request_one()
Dgpiolib-sysfs.c471 status = gpiod_export(desc, true); in export_store()
547 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() function
628 EXPORT_SYMBOL_GPL(gpiod_export);
/linux-4.4.14/include/asm-generic/
Dgpio.h122 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()
/linux-4.4.14/include/linux/gpio/
Dconsumer.h430 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
437 static inline int gpiod_export(struct gpio_desc *desc, in gpiod_export() function
/linux-4.4.14/Documentation/gpio/
Dsysfs.txt125 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
135 the sysfs interface by gpiod_export(). The driver can control whether the
/linux-4.4.14/drivers/hsi/clients/
Dnokia-modem.c129 err = gpiod_export(modem->gpios[i].gpio, 0); in nokia_modem_gpio_probe()
/linux-4.4.14/sound/soc/
Dsoc-jack.c373 gpiod_export(gpios[i].desc, false); in snd_soc_jack_add_gpios()