Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib-legacy.c55 err = gpiod_export(desc, flags & GPIOF_EXPORT_CHANGEABLE); in gpio_request_one()
Dgpiolib-sysfs.c495 status = gpiod_export(desc, true); in export_store()
575 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() function
658 EXPORT_SYMBOL_GPL(gpiod_export);
/kernel/linux/linux-5.10/include/asm-generic/
Dgpio.h125 return gpiod_export(gpio_to_desc(gpio), direction_may_change); in gpio_export()
/kernel/linux/linux-5.10/include/linux/gpio/
Dconsumer.h718 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
725 static inline int gpiod_export(struct gpio_desc *desc, in gpiod_export() function
/kernel/linux/linux-5.10/Documentation/admin-guide/gpio/
Dsysfs.rst146 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
156 the sysfs interface by gpiod_export(). The driver can control whether the
/kernel/linux/linux-5.10/drivers/hsi/clients/
Dnokia-modem.c114 err = gpiod_export(modem->gpios[i].gpio, 0); in nokia_modem_gpio_probe()
/kernel/linux/linux-5.10/sound/soc/
Dsoc-jack.c394 gpiod_export(gpios[i].desc, false); in snd_soc_jack_add_gpios()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch11292 + * gpiod_export->device_create_with_groups.