Home
last modified time | relevance | path

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

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