Searched refs:adap_monitor_pin_enable (Results 1 – 3 of 3) sorted by relevance
119 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable); member
110 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable);161 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable);168 Note that adap_monitor_pin_enable must return 0 if enable is false.
1619 WARN_ON(call_op(adap, adap_monitor_pin_enable, true)); in cec_adap_enable()1626 WARN_ON(call_op(adap, adap_monitor_pin_enable, false)); in cec_adap_enable()2230 WARN_ON(call_op(adap, adap_monitor_pin_enable, false)); in cec_monitor_pin_cnt_dec()