Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/cec/core/
Dcec-adap.c1590 enable = adap->monitor_all_cnt || adap->monitor_pin_cnt || in cec_adap_enable()
1609 if (adap->monitor_all_cnt) in cec_adap_enable()
1616 if (adap->monitor_all_cnt) in cec_adap_enable()
2180 if (adap->monitor_all_cnt++) in cec_monitor_all_cnt_inc()
2185 adap->monitor_all_cnt--; in cec_monitor_all_cnt_inc()
2191 if (WARN_ON(!adap->monitor_all_cnt)) in cec_monitor_all_cnt_dec()
2193 if (--adap->monitor_all_cnt) in cec_monitor_all_cnt_dec()
2250 if (adap->monitor_all_cnt) in cec_adap_status()
2252 adap->monitor_all_cnt); in cec_adap_status()
Dcec-pin.c985 adap->is_configured || adap->monitor_all_cnt) in cec_pin_timer()
1308 adap->monitor_all_cnt)) in cec_pin_changed()
/Linux-v6.1/include/media/
Dcec.h253 u32 monitor_all_cnt; member