Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/cec/core/
Dcec-adap.c1573 if (adap->monitor_all_cnt) in __cec_s_phys_addr()
1596 if (adap->monitor_all_cnt && in __cec_s_phys_addr()
2113 if (adap->monitor_all_cnt == 0) in cec_monitor_all_cnt_inc()
2116 adap->monitor_all_cnt++; in cec_monitor_all_cnt_inc()
2122 adap->monitor_all_cnt--; in cec_monitor_all_cnt_dec()
2123 if (adap->monitor_all_cnt == 0) in cec_monitor_all_cnt_dec()
2172 if (adap->monitor_all_cnt) in cec_adap_status()
2174 adap->monitor_all_cnt); in cec_adap_status()
Dcec-pin.c985 adap->is_configured || adap->monitor_all_cnt) in cec_pin_timer()
1297 adap->monitor_all_cnt)) in cec_pin_changed()
/Linux-v5.10/include/media/
Dcec.h232 u32 monitor_all_cnt; member