Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dtda1997x.c504 u8 hpd_auto, hpd_pwr, hpd_man; in tda1997x_manual_hpd() local
506 hpd_auto = io_read(sd, REG_HPD_AUTO_CTRL); in tda1997x_manual_hpd()
538 hpd_auto &= ~HPD_AUTO_HP_OTHER; in tda1997x_manual_hpd()
539 io_write(sd, REG_HPD_AUTO_CTRL, hpd_auto); in tda1997x_manual_hpd()
544 hpd_auto |= HPD_AUTO_HP_OTHER; in tda1997x_manual_hpd()
545 io_write(sd, REG_HPD_AUTO_CTRL, hpd_auto); in tda1997x_manual_hpd()