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

/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx78xx.c58 struct gpio_desc *gpiod_hpd; member in struct:anx78xx_platform_data
589 pdata->gpiod_hpd = devm_gpiod_get(dev, "hpd", GPIOD_IN);
590 if (IS_ERR(pdata->gpiod_hpd))
591 return PTR_ERR(pdata->gpiod_hpd);
874 if (!gpiod_get_value(anx78xx->pdata.gpiod_hpd))
1248 pdata->hpd_irq = gpiod_to_irq(pdata->gpiod_hpd);
1345 if (!gpiod_get_value(anx78xx->pdata.gpiod_hpd))

Completed in 149 milliseconds