Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A 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/arch/sh/boards/mach-ap325rxa/
H A 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/Documentation/userspace-api/gpio/
H A Dsysfs.rst150 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
152 /* reverse gpiod_export() */
160 the sysfs interface by gpiod_export(). The driver can control whether the
/linux/drivers/gpio/
H A Dgpiolib-sysfs.c487 status = gpiod_export(desc, true); in export_store()
567 int gpiod_export(struct gpio_desc *desc, bool direction_may_change) in gpiod_export() function
638 EXPORT_SYMBOL_GPL(gpiod_export);
H A Dgpio-twl4030.c596 gpiod_export(d, 0); in gpio_twl4030_probe()
/linux/include/linux/gpio/
H A Dconsumer.h631 int gpiod_export(struct gpio_desc *desc, bool direction_may_change);
640 static inline int gpiod_export(struct gpio_desc *desc, in gpiod_export() function
/linux/drivers/hsi/clients/
H A Dnokia-modem.c112 err = gpiod_export(modem->gpios[i].gpio, 0); in nokia_modem_gpio_probe()
/linux/sound/soc/
H A Dsoc-jack.c381 gpiod_export(gpios[i].desc, false); in snd_soc_jack_add_gpios()