Searched refs:gpio_device_get_label (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/gpio/
H A Ddriver.h811 const char *gpio_device_get_label(struct gpio_device *gdev);
839 static inline const char *gpio_device_get_label(struct gpio_device *gdev) function
/linux-master/drivers/reset/
H A Dcore.c865 label_tmp = gpio_device_get_label(gdev);
/linux-master/drivers/pinctrl/
H A Dcore.c1691 gpio_device_get_label(gdev));
/linux-master/drivers/gpio/
H A Dgpiolib.c275 * gpio_device_get_label() - Get the label of this GPIO device
282 const char *gpio_device_get_label(struct gpio_device *gdev) function
286 EXPORT_SYMBOL(gpio_device_get_label); variable

Completed in 217 milliseconds