Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx78xx.c58 struct gpio_desc *gpiod_hpd; member
589 pdata->gpiod_hpd = devm_gpiod_get(dev, "hpd", GPIOD_IN); in anx78xx_init_pdata()
590 if (IS_ERR(pdata->gpiod_hpd)) in anx78xx_init_pdata()
591 return PTR_ERR(pdata->gpiod_hpd); in anx78xx_init_pdata()
874 if (!gpiod_get_value(anx78xx->pdata.gpiod_hpd)) in anx78xx_detect()
1238 pdata->hpd_irq = gpiod_to_irq(pdata->gpiod_hpd); in anx78xx_i2c_probe()
1335 if (!gpiod_get_value(anx78xx->pdata.gpiod_hpd)) in anx78xx_i2c_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx78xx.c58 struct gpio_desc *gpiod_hpd; member
589 pdata->gpiod_hpd = devm_gpiod_get(dev, "hpd", GPIOD_IN); in anx78xx_init_pdata()
590 if (IS_ERR(pdata->gpiod_hpd)) in anx78xx_init_pdata()
591 return PTR_ERR(pdata->gpiod_hpd); in anx78xx_init_pdata()
874 if (!gpiod_get_value(anx78xx->pdata.gpiod_hpd)) in anx78xx_detect()
1249 pdata->hpd_irq = gpiod_to_irq(pdata->gpiod_hpd); in anx78xx_i2c_probe()
1346 if (!gpiod_get_value(anx78xx->pdata.gpiod_hpd)) in anx78xx_i2c_probe()

Completed in 6 milliseconds