Searched refs:monitor_all_cnt (Results 1 – 3 of 3) sorted by relevance
1643 enable = adap->monitor_all_cnt || adap->monitor_pin_cnt || in cec_adap_enable()1667 if (adap->monitor_all_cnt) in cec_adap_enable()1674 if (adap->monitor_all_cnt) in cec_adap_enable()2243 if (adap->monitor_all_cnt++) in cec_monitor_all_cnt_inc()2248 adap->monitor_all_cnt--; in cec_monitor_all_cnt_inc()2254 if (WARN_ON(!adap->monitor_all_cnt)) in cec_monitor_all_cnt_dec()2256 if (--adap->monitor_all_cnt) in cec_monitor_all_cnt_dec()2313 if (adap->monitor_all_cnt) in cec_adap_status()2315 adap->monitor_all_cnt); in cec_adap_status()
985 adap->is_configured || adap->monitor_all_cnt || !adap->monitor_pin_cnt) in cec_pin_timer()1320 adap->monitor_all_cnt || !adap->monitor_pin_cnt)) in cec_pin_changed()
271 u32 monitor_all_cnt; member