Home
last modified time | relevance | path

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

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