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