Searched refs:gpiod_export_link (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/linux/gpio/ |
D | consumer.h | 648 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/ |
D | sysfs.rst | 152 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/ |
D | gpiolib-sysfs.c | 660 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/ |
D | nokia-modem.c | 116 err = gpiod_export_link(dev, modem->gpios[i].name, in nokia_modem_gpio_probe()
|