Home
last modified time | relevance | path

Searched refs:CEC_EVENT_PIN_CEC_HIGH (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-caps.rst133 receive ``CEC_EVENT_PIN_CEC_LOW`` and ``CEC_EVENT_PIN_CEC_HIGH`` events.
H A Dcec-ioc-dqevent.rst162 - ``CEC_EVENT_PIN_CEC_HIGH``
H A Dcec-ioc-g-mode.rst166 ``CEC_EVENT_PIN_CEC_LOW`` and ``CEC_EVENT_PIN_CEC_HIGH`` events to see the
/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.h387 #define CEC_EVENT_PIN_CEC_HIGH 4 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.h387 #define CEC_EVENT_PIN_CEC_HIGH 4 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec.h418 #define CEC_EVENT_PIN_CEC_HIGH 4 macro
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-api.c481 ev.event = adap->cec_pin_is_high ? CEC_EVENT_PIN_CEC_HIGH : in cec_s_mode()
H A Dcec-adap.c175 .event = is_high ? CEC_EVENT_PIN_CEC_HIGH : in cec_queue_pin_cec_event()