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

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

Completed in 133 milliseconds