Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dcec.h420 #define CEC_EVENT_PIN_HPD_HIGH 6 macro
/Linux-v5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-dqevent.rst178 - ``CEC_EVENT_PIN_HPD_HIGH``
/Linux-v5.10/drivers/media/cec/core/
Dcec-api.c612 ev.event = err ? CEC_EVENT_PIN_HPD_HIGH : in cec_open()
Dcec-adap.c193 .event = is_high ? CEC_EVENT_PIN_HPD_HIGH : in cec_queue_pin_hpd_event()