Home
last modified time | relevance | path

Searched refs:CEC_EVENT_PIN_5V_HIGH (Results 1 – 4 of 4) sorted by relevance

/linux/include/media/
H A Dcec.h89 #define CEC_NUM_EVENTS CEC_EVENT_PIN_5V_HIGH
/linux/include/uapi/linux/
H A Dcec.h450 #define CEC_EVENT_PIN_5V_HIGH 8 macro
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-dqevent.rst196 - ``CEC_EVENT_PIN_5V_HIGH``
/linux/drivers/media/cec/core/
H A Dcec-api.c611 ev.event = err ? CEC_EVENT_PIN_5V_HIGH : in cec_open()