Home
last modified time | relevance | path

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

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