Searched refs:gpiod_export_link (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/asm-generic/ | 
| D | gpio.h | 133 	return gpiod_export_link(dev, name, gpio_to_desc(gpio));  in gpio_export_link()
 | 
| /Linux-v5.4/include/linux/gpio/ | 
| D | consumer.h | 665 int gpiod_export_link(struct device *dev, const char *name,677 static inline int gpiod_export_link(struct device *dev, const char *name,  in gpiod_export_link()  function
 
 | 
| /Linux-v5.4/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-v5.4/drivers/gpio/ | 
| D | gpiolib-sysfs.c | 669 int gpiod_export_link(struct device *dev, const char *name,  in gpiod_export_link()  function689 EXPORT_SYMBOL_GPL(gpiod_export_link);
 
 | 
| /Linux-v5.4/drivers/hsi/clients/ | 
| D | nokia-modem.c | 118 		err = gpiod_export_link(dev, modem->gpios[i].name,  in nokia_modem_gpio_probe()
 |