Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-ioc-adap-g-caps.rst130 receive ``CEC_EVENT_PIN_CEC_LOW`` and ``CEC_EVENT_PIN_CEC_HIGH`` events.
Dcec-ioc-dqevent.rst159 - ``CEC_EVENT_PIN_CEC_HIGH``
Dcec-ioc-g-mode.rst164 ``CEC_EVENT_PIN_CEC_LOW`` and ``CEC_EVENT_PIN_CEC_HIGH`` events to see the
/Linux-v4.19/include/uapi/linux/
Dcec.h384 #define CEC_EVENT_PIN_CEC_HIGH 4 macro
/Linux-v4.19/drivers/media/cec/
Dcec-api.c451 ev.event = adap->cec_pin_is_high ? CEC_EVENT_PIN_CEC_HIGH : in cec_s_mode()
Dcec-adap.c149 .event = is_high ? CEC_EVENT_PIN_CEC_HIGH : in cec_queue_pin_cec_event()