Searched refs:hpd_auto (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tda1997x.c | 504 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()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tda1997x.c | 504 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()
|
Completed in 7 milliseconds