Searched refs:adap_monitor_pin_enable (Results 1 – 3 of 3) sorted by relevance
113 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable); member
106 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable);154 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable);161 Note that adap_monitor_pin_enable must return 0 if enable is false.
2035 ret = call_op(adap, adap_monitor_pin_enable, 1); in cec_monitor_pin_cnt_inc()2045 WARN_ON(call_op(adap, adap_monitor_pin_enable, 0)); in cec_monitor_pin_cnt_dec()