Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dcec.h119 int (*adap_monitor_pin_enable)(struct cec_adapter *adap, bool enable); member
/openbmc/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.
/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c1621 WARN_ON(call_op(adap, adap_monitor_pin_enable, true)); in cec_adap_enable()
1628 WARN_ON(call_op(adap, adap_monitor_pin_enable, false)); in cec_adap_enable()
2232 WARN_ON(call_op(adap, adap_monitor_pin_enable, false)); in cec_monitor_pin_cnt_dec()