Home
last modified time | relevance | path

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

/linux/include/media/
H A Dcec.h120 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable); member
/linux/Documentation/driver-api/media/
H A Dcec-core.rst110 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.
/linux/drivers/media/cec/core/
H A Dcec-adap.c1671 WARN_ON(call_op(adap, adap_monitor_pin_enable, true)); in cec_adap_enable()
1678 WARN_ON(call_op(adap, adap_monitor_pin_enable, false)); in cec_adap_enable()
2287 WARN_ON(call_op(adap, adap_monitor_pin_enable, false)); in cec_monitor_pin_cnt_dec()