Home
last modified time | relevance | path

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

/linux/include/linux/gpio/
H A Dconsumer.h632 int gpiod_export_link(struct device *dev, const char *name,
646 static inline int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function
/linux/Documentation/userspace-api/gpio/
H A Dsysfs.rst156 int gpiod_export_link(struct device *dev, const char *name,
168 After the GPIO has been exported, gpiod_export_link() allows creating
/linux/drivers/gpio/
H A Dgpiolib-sysfs.c659 int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function
679 EXPORT_SYMBOL_GPL(gpiod_export_link);
/linux/drivers/hsi/clients/
H A Dnokia-modem.c116 err = gpiod_export_link(dev, modem->gpios[i].name, in nokia_modem_gpio_probe()