Lines Matching refs:hpd_pin
391 int hpd_pin;
1766 conn = val & BIT(tc->hpd_pin);
1779 if (tc->hpd_pin >= 0)
1840 if (tc->hpd_pin >= 0) {
2237 if (tc->hpd_pin >= 0 && tc->bridge.dev && tc->aux.drm_dev) {
2244 bool h = val & INT_GPIO_H(tc->hpd_pin);
2245 bool lc = val & INT_GPIO_LC(tc->hpd_pin);
2248 dev_dbg(tc->dev, "GPIO%d: %s %s\n", tc->hpd_pin,
2362 if (tc->hpd_pin >= 0)
2485 &tc->hpd_pin);
2487 tc->hpd_pin = -ENODEV;
2489 if (tc->hpd_pin < 0 || tc->hpd_pin > 1) {
2540 if (tc->hpd_pin >= 0) {
2541 u32 lcnt_reg = tc->hpd_pin == 0 ? INT_GP0_LCNT : INT_GP1_LCNT;
2542 u32 h_lc = INT_GPIO_H(tc->hpd_pin) | INT_GPIO_LC(tc->hpd_pin);
2548 regmap_write(tc->regmap, GPIOM, BIT(tc->hpd_pin));