Home
last modified time | relevance | path

Searched refs:gpiod_get_label (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpio/
H A Dgpiolib.h274 const char *gpiod_get_label(struct gpio_desc *desc);
290 gpiod_get_label(desc) ? : "?", ##__VA_ARGS__); \
298 gpiod_get_label(desc) ? : "?", ##__VA_ARGS__); \
306 gpiod_get_label(desc) ? : "?", ##__VA_ARGS__); \
H A Dgpiolib.c120 const char *gpiod_get_label(struct gpio_desc *desc) in gpiod_get_label() function
2565 label = kstrdup(gpiod_get_label(desc), GFP_KERNEL); in gpiochip_dup_line_label()
5247 gpio, desc->name ?: "", gpiod_get_label(desc), in gpiolib_dbg_show()