Home
last modified time | relevance | path

Searched refs:CEC_MSG_TUNER_DEVICE_STATUS (Results 1 – 4 of 4) sorted by path

/linux/Documentation/userspace-api/media/
H A Dcec.h.rst.exceptions298 ignore define CEC_MSG_TUNER_DEVICE_STATUS
/linux/drivers/media/cec/core/
H A Dcec-adap.c1043 [CEC_MSG_TUNER_DEVICE_STATUS] = 7 | DIRECTED,
/linux/include/uapi/linux/
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()
H A Dcec.h831 #define CEC_MSG_TUNER_DEVICE_STATUS 0x07 macro