Searched refs:gpiod_export_link (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | gpio.h | 133 return gpiod_export_link(dev, name, gpio_to_desc(gpio)); in gpio_export_link()
|
/Linux-v4.19/include/linux/gpio/ |
D | consumer.h | 535 int gpiod_export_link(struct device *dev, const char *name, 547 static inline int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function
|
/Linux-v4.19/Documentation/gpio/ |
D | sysfs.txt | 141 int gpiod_export_link(struct device *dev, const char *name, 153 After the GPIO has been exported, gpiod_export_link() allows creating
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib-sysfs.c | 674 int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function 694 EXPORT_SYMBOL_GPL(gpiod_export_link);
|
/Linux-v4.19/drivers/hsi/clients/ |
D | nokia-modem.c | 131 err = gpiod_export_link(dev, modem->gpios[i].name, in nokia_modem_gpio_probe()
|