Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dcec.h441 #define CEC_EVENT_PIN_HPD_HIGH 6 macro
/linux-5.19.10/Documentation/userspace-api/media/cec/
Dcec-ioc-dqevent.rst178 - ``CEC_EVENT_PIN_HPD_HIGH``
/linux-5.19.10/drivers/media/cec/core/
Dcec-api.c602 ev.event = err ? CEC_EVENT_PIN_HPD_HIGH : in cec_open()
Dcec-adap.c173 .event = is_high ? CEC_EVENT_PIN_HPD_HIGH : in cec_queue_pin_hpd_event()