Home
last modified time | relevance | path

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

/drivers/pps/clients/
Dpps-gpio.c93 const char *gpio_label; in pps_gpio_probe() local
107 gpio_label = pdata->gpio_label; in pps_gpio_probe()
118 gpio_label = PPS_GPIO_NAME; in pps_gpio_probe()
125 ret = devm_gpio_request(&pdev->dev, data->gpio_pin, gpio_label); in pps_gpio_probe()
/drivers/pinctrl/
Dpinctrl-at91.c1358 const char *gpio_label; in at91_gpio_dbg_show() local
1361 gpio_label = gpiochip_is_requested(chip, i); in at91_gpio_dbg_show()
1362 if (!gpio_label) in at91_gpio_dbg_show()
1366 gpio_label, chip->label, i); in at91_gpio_dbg_show()