Home
last modified time | relevance | path

Searched refs:gpiod_export_link (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dgpio.h131 return gpiod_export_link(dev, name, gpio_to_desc(gpio)); in gpio_export_link()
/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Dconsumer.h719 int gpiod_export_link(struct device *dev, const char *name,
731 static inline int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function
/OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/
H A Dsysfs.rst152 int gpiod_export_link(struct device *dev, const char *name,
164 After the GPIO has been exported, gpiod_export_link() allows creating
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-sysfs.c678 int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function
698 EXPORT_SYMBOL_GPL(gpiod_export_link);
/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A Dnokia-modem.c118 err = gpiod_export_link(dev, modem->gpios[i].name, in nokia_modem_gpio_probe()