Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/bridge/
Danalogix-anx78xx.c52 struct gpio_desc *gpiod_pd; member
625 gpiod_set_value_cansleep(pdata->gpiod_pd, 0); in anx78xx_poweron()
650 gpiod_set_value_cansleep(pdata->gpiod_pd, 1); in anx78xx_poweroff()
728 pdata->gpiod_pd = devm_gpiod_get(dev, "pd", GPIOD_OUT_HIGH); in anx78xx_init_pdata()
729 if (IS_ERR(pdata->gpiod_pd)) in anx78xx_init_pdata()
730 return PTR_ERR(pdata->gpiod_pd); in anx78xx_init_pdata()