Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcec.h389 #define CEC_EVENT_PIN_HPD_HIGH 6 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcec.h389 #define CEC_EVENT_PIN_HPD_HIGH 6 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec.h420 #define CEC_EVENT_PIN_HPD_HIGH 6 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-dqevent.rst178 - ``CEC_EVENT_PIN_HPD_HIGH``
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-api.c612 ev.event = err ? CEC_EVENT_PIN_HPD_HIGH : in cec_open()
H A Dcec-adap.c193 .event = is_high ? CEC_EVENT_PIN_HPD_HIGH : in cec_queue_pin_hpd_event()