Searched refs:gpiod_export_link (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/gpio/ |
H A D | consumer.h | 655 int gpiod_export_link(struct device *dev, const char *name, 667 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/hsi/clients/ |
H A D | nokia-modem.c | 116 err = gpiod_export_link(dev, modem->gpios[i].name, in nokia_modem_gpio_probe()
|
/linux/drivers/gpio/ |
H A D | gpiolib-sysfs.c | 798 * at least one known user of gpiod_export_link() in the tree. This in gpiod_export() 885 * gpiod_export_link - create a sysfs link to an exported GPIO node 896 int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function 920 EXPORT_SYMBOL_GPL(gpiod_export_link);
|