Home
last modified time | relevance | path

Searched refs:CEC_EVENT_PIN_CEC_HIGH (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-ioc-adap-g-caps.rst137 receive ``CEC_EVENT_PIN_CEC_LOW`` and ``CEC_EVENT_PIN_CEC_HIGH`` events.
Dcec-ioc-dqevent.rst166 - ``CEC_EVENT_PIN_CEC_HIGH``
Dcec-ioc-g-mode.rst171 ``CEC_EVENT_PIN_CEC_LOW`` and ``CEC_EVENT_PIN_CEC_HIGH`` events to see the
/Linux-v5.4/include/uapi/linux/
Dcec.h388 #define CEC_EVENT_PIN_CEC_HIGH 4 macro
/Linux-v5.4/drivers/media/cec/
Dcec-api.c460 ev.event = adap->cec_pin_is_high ? CEC_EVENT_PIN_CEC_HIGH : in cec_s_mode()
Dcec-adap.c175 .event = is_high ? CEC_EVENT_PIN_CEC_HIGH : in cec_queue_pin_cec_event()