Home
last modified time | relevance | path

Searched refs:CEC_MSG_TUNER_DEVICE_STATUS (Results 1 – 8 of 8) 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.h768 #define CEC_MSG_TUNER_DEVICE_STATUS 0x07 macro
H A Dcec-funcs.h973 msg->msg[1] = CEC_MSG_TUNER_DEVICE_STATUS; in cec_msg_tuner_device_status_analog()
986 msg->msg[1] = CEC_MSG_TUNER_DEVICE_STATUS; in cec_msg_tuner_device_status_digital()
1030 msg->reply = reply ? CEC_MSG_TUNER_DEVICE_STATUS : 0; in cec_msg_give_tuner_device_status()
/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.h768 #define CEC_MSG_TUNER_DEVICE_STATUS 0x07 macro
H A Dcec-funcs.h973 msg->msg[1] = CEC_MSG_TUNER_DEVICE_STATUS; in cec_msg_tuner_device_status_analog()
986 msg->msg[1] = CEC_MSG_TUNER_DEVICE_STATUS; in cec_msg_tuner_device_status_digital()
1030 msg->reply = reply ? CEC_MSG_TUNER_DEVICE_STATUS : 0; in cec_msg_give_tuner_device_status()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec.h815 #define CEC_MSG_TUNER_DEVICE_STATUS 0x07 macro
H A Dcec-funcs.h974 msg->msg[1] = CEC_MSG_TUNER_DEVICE_STATUS; in cec_msg_tuner_device_status_analog()
987 msg->msg[1] = CEC_MSG_TUNER_DEVICE_STATUS; in cec_msg_tuner_device_status_digital()
1032 CEC_MSG_TUNER_DEVICE_STATUS : 0; in cec_msg_give_tuner_device_status()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dcec.h.rst.exceptions297 ignore define CEC_MSG_TUNER_DEVICE_STATUS
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-adap.c1000 [CEC_MSG_TUNER_DEVICE_STATUS] = 7 | DIRECTED,