Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx78xx.c59 struct gpio_desc *gpiod_pd; member
489 gpiod_set_value_cansleep(pdata->gpiod_pd, 0); in anx78xx_poweron()
514 gpiod_set_value_cansleep(pdata->gpiod_pd, 1); in anx78xx_poweroff()
594 pdata->gpiod_pd = devm_gpiod_get(dev, "pd", GPIOD_OUT_HIGH); in anx78xx_init_pdata()
595 if (IS_ERR(pdata->gpiod_pd)) in anx78xx_init_pdata()
596 return PTR_ERR(pdata->gpiod_pd); in anx78xx_init_pdata()