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