Searched refs:monitor_all_cnt (Results 1 – 3 of 3) sorted by relevance
1644 enable = adap->monitor_all_cnt || adap->monitor_pin_cnt || in cec_adap_enable()1668 if (adap->monitor_all_cnt) in cec_adap_enable()1675 if (adap->monitor_all_cnt) in cec_adap_enable()2244 if (adap->monitor_all_cnt++) in cec_monitor_all_cnt_inc()2249 adap->monitor_all_cnt--; in cec_monitor_all_cnt_inc()2255 if (WARN_ON(!adap->monitor_all_cnt)) in cec_monitor_all_cnt_dec()2257 if (--adap->monitor_all_cnt) in cec_monitor_all_cnt_dec()2314 if (adap->monitor_all_cnt) in cec_adap_status()2316 adap->monitor_all_cnt); in cec_adap_status()
1013 adap->is_configured || adap->monitor_all_cnt || !adap->monitor_pin_cnt) in cec_pin_timer()1347 adap->monitor_all_cnt || !adap->monitor_pin_cnt)) in cec_pin_changed()
270 u32 monitor_all_cnt; member