Searched refs:gpiod_export (Results 1 – 7 of 7) sorted by relevance
55 err = gpiod_export(desc, flags & GPIOF_EXPORT_CHANGEABLE); in gpio_request_one()
486 status = gpiod_export(desc, true); in export_store()566 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() function649 EXPORT_SYMBOL_GPL(gpiod_export);
127 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()
664 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);671 static inline int gpiod_export(struct gpio_desc *desc, in gpiod_export() function
146 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);156 the sysfs interface by gpiod_export(). The driver can control whether the
114 err = gpiod_export(modem->gpios[i].gpio, 0); in nokia_modem_gpio_probe()
433 gpiod_export(gpios[i].desc, false); in snd_soc_jack_add_gpios()