Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/
H A Dit66353.h55 void it66353_set_rx_hpd(u8 hpd_value);
H A Dit66353.c99 static void _rx_set_hpd(u8 port, u8 hpd_value, u8 term_value);
1327 static void _rx_set_hpd(u8 port, u8 hpd_value, u8 term_value) in _rx_set_hpd() argument
1345 if (hpd_value) { in _rx_set_hpd()
1355 it66353_gdev.vars.RxHPDFlag[port] = hpd_value; in _rx_set_hpd()
1356 if (hpd_value) { in _rx_set_hpd()
1414 (int)port, (int)hpd_value, (int)term_value); in _rx_set_hpd()
4380 void it66353_set_rx_hpd(u8 hpd_value) in it66353_set_rx_hpd() argument
4382 _rx_set_hpd(it66353_gdev.vars.Rx_active_port, hpd_value, TERM_FOLLOW_HPD); in it66353_set_rx_hpd()