Searched refs:gpiochip_dup_line_label (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/gpio/ |
H A D | driver.h | 534 char *gpiochip_dup_line_label(struct gpio_chip *gc, unsigned int offset); 564 gpiochip_dup_line_label(_chip, *_data.i))) {} \ 580 gpiochip_dup_line_label(_chip, _base + *_data.i)) == NULL) {} \
|
/linux/drivers/gpio/ |
H A D | gpio-wm8994.c | 203 char *label __free(kfree) = gpiochip_dup_line_label(chip, i); in wm8994_gpio_dbg_show()
|
H A D | gpio-wm831x.c | 171 char *label __free(kfree) = gpiochip_dup_line_label(chip, i); in wm831x_gpio_dbg_show()
|
H A D | gpio-stmpe.c | 265 char *label __free(kfree) = gpiochip_dup_line_label(gc, offset); in stmpe_dbg_show_one()
|
H A D | gpio-nomadik.c | 415 char *label = gpiochip_dup_line_label(chip, offset); in nmk_gpio_dbg_show_one()
|
H A D | gpiolib.c | 2421 char *gpiochip_dup_line_label(struct gpio_chip *gc, unsigned int offset) in gpiochip_dup_line_label() function 2441 EXPORT_SYMBOL_GPL(gpiochip_dup_line_label);
|
/linux/drivers/pinctrl/nomadik/ |
H A D | pinctrl-abx500.c | 478 char *label __free(kfree) = gpiochip_dup_line_label(chip, offset - 1); in abx500_gpio_dbg_show_one()
|
/linux/drivers/pinctrl/sunplus/ |
H A D | sppctl.c | 507 char *label __free(kfree) = gpiochip_dup_line_label(chip, i); in sppctl_gpio_dbg_show()
|
/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-baytrail.c | 1171 char *label __free(kfree) = gpiochip_dup_line_label(chip, i); in byt_gpio_dbg_show()
|