Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/
Danalogix-anx78xx.c62 struct gpio_desc *gpiod_pd; member
635 gpiod_set_value_cansleep(pdata->gpiod_pd, 0); in anx78xx_poweron()
660 gpiod_set_value_cansleep(pdata->gpiod_pd, 1); in anx78xx_poweroff()
738 pdata->gpiod_pd = devm_gpiod_get(dev, "pd", GPIOD_OUT_HIGH); in anx78xx_init_pdata()
739 if (IS_ERR(pdata->gpiod_pd)) in anx78xx_init_pdata()
740 return PTR_ERR(pdata->gpiod_pd); in anx78xx_init_pdata()