Searched refs:gpiod_export_link (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/asm-generic/ |
D | gpio.h | 128 return gpiod_export_link(dev, name, gpio_to_desc(gpio)); in gpio_export_link()
|
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 465 int gpiod_export_link(struct device *dev, const char *name, 478 static inline int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 132 int gpiod_export_link(struct device *dev, const char *name, 147 After the GPIO has been exported, gpiod_export_link() allows creating
|
/linux-4.1.27/drivers/hsi/clients/ |
D | nokia-modem.c | 136 err = gpiod_export_link(dev, modem->gpios[i].name, in nokia_modem_gpio_probe()
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-sysfs.c | 641 int gpiod_export_link(struct device *dev, const char *name, in gpiod_export_link() function 673 EXPORT_SYMBOL_GPL(gpiod_export_link);
|