Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/media/
H A Dcec.h81 #define CEC_NUM_EVENTS CEC_EVENT_PIN_5V_HIGH
/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.h391 #define CEC_EVENT_PIN_5V_HIGH 8 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.h391 #define CEC_EVENT_PIN_5V_HIGH 8 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec.h422 #define CEC_EVENT_PIN_5V_HIGH 8 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-dqevent.rst196 - ``CEC_EVENT_PIN_5V_HIGH``
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-api.c620 ev.event = err ? CEC_EVENT_PIN_5V_HIGH : in cec_open()
H A Dcec-adap.c209 .event = is_high ? CEC_EVENT_PIN_5V_HIGH : in cec_queue_pin_5v_event()