Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/gpio/
Dconsumer.h648 int gpiod_export_link(struct device *dev, const char *name,
662 static inline int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function
/Linux-v6.6/Documentation/admin-guide/gpio/
Dsysfs.rst152 int gpiod_export_link(struct device *dev, const char *name,
164 After the GPIO has been exported, gpiod_export_link() allows creating
/Linux-v6.6/drivers/gpio/
Dgpiolib-sysfs.c660 int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function
680 EXPORT_SYMBOL_GPL(gpiod_export_link);
/Linux-v6.6/drivers/hsi/clients/
Dnokia-modem.c116 err = gpiod_export_link(dev, modem->gpios[i].name, in nokia_modem_gpio_probe()