Home
last modified time | relevance | path

Searched refs:gpiochip_dup_line_label (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/gpio/
H A Ddriver.h534 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 Dgpio-wm8994.c203 char *label __free(kfree) = gpiochip_dup_line_label(chip, i); in wm8994_gpio_dbg_show()
H A Dgpio-wm831x.c171 char *label __free(kfree) = gpiochip_dup_line_label(chip, i); in wm831x_gpio_dbg_show()
H A Dgpio-stmpe.c265 char *label __free(kfree) = gpiochip_dup_line_label(gc, offset); in stmpe_dbg_show_one()
H A Dgpio-nomadik.c415 char *label = gpiochip_dup_line_label(chip, offset); in nmk_gpio_dbg_show_one()
H A Dgpiolib.c2421 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 Dpinctrl-abx500.c478 char *label __free(kfree) = gpiochip_dup_line_label(chip, offset - 1); in abx500_gpio_dbg_show_one()
/linux/drivers/pinctrl/sunplus/
H A Dsppctl.c507 char *label __free(kfree) = gpiochip_dup_line_label(chip, i); in sppctl_gpio_dbg_show()
/linux/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c1171 char *label __free(kfree) = gpiochip_dup_line_label(chip, i); in byt_gpio_dbg_show()