Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/mach-omap2/
Dpdata-quirks.c111 gpiod_export(d, 0); in omap3_sbc_t3x_usb_hub_init()
203 gpiod_export(d, 0); in omap3_sbc_t3517_wifi_init()
211 gpiod_export(d, 0); in omap3_sbc_t3517_wifi_init()
/Linux-v6.6/arch/sh/boards/mach-ap325rxa/
Dsetup.c415 gpiod_export(gpio_to_desc(GPIO_PTX5), 0); in ap325rxa_devices_setup()
419 gpiod_export(gpio_to_desc(GPIO_PTX4), 0); in ap325rxa_devices_setup()
424 gpiod_export(gpio_to_desc(GPIO_PTF7), 0); in ap325rxa_devices_setup()
/Linux-v6.6/Documentation/admin-guide/gpio/
Dsysfs.rst146 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
148 /* reverse gpiod_export() */
156 the sysfs interface by gpiod_export(). The driver can control whether the
/Linux-v6.6/drivers/gpio/
Dgpiolib-sysfs.c478 status = gpiod_export(desc, true); in export_store()
557 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() function
640 EXPORT_SYMBOL_GPL(gpiod_export);
Dgpio-twl4030.c596 gpiod_export(d, 0); in gpio_twl4030_probe()
/Linux-v6.6/include/linux/gpio/
Dconsumer.h647 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
656 static inline int gpiod_export(struct gpio_desc *desc, in gpiod_export() function
/Linux-v6.6/drivers/hsi/clients/
Dnokia-modem.c112 err = gpiod_export(modem->gpios[i].gpio, 0); in nokia_modem_gpio_probe()
/Linux-v6.6/sound/soc/
Dsoc-jack.c394 gpiod_export(gpios[i].desc, false); in snd_soc_jack_add_gpios()
/Linux-v6.6/drivers/media/pci/sta2x11/
Dsta2x11_vip.c913 ret = gpiod_export(desc, false); in vip_gpio_reserve()