Home
last modified time | relevance | path

Searched refs:CEC_MSG_REPORT_FEATURES (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-ioc-adap-g-log-addrs.rst94 ``CEC_MSG_CEC_VERSION`` and ``CEC_MSG_REPORT_FEATURES`` messages.
138 ``CEC_MSG_REPORT_FEATURES`` message. For CEC 1.4 you can either leave
145 ``CEC_MSG_REPORT_FEATURES`` message. The 12 bytes include both the
/Linux-v4.19/include/uapi/linux/
Dcec.h673 #define CEC_MSG_REPORT_FEATURES 0xa6 /* HDMI 2.0 */ macro
Dcec-funcs.h854 msg->msg[1] = CEC_MSG_REPORT_FEATURES; in cec_msg_report_features()
887 msg->reply = reply ? CEC_MSG_REPORT_FEATURES : 0; in cec_msg_give_features()
/Linux-v4.19/Documentation/media/
Dcec.h.rst.exceptions212 ignore define CEC_MSG_REPORT_FEATURES
/Linux-v4.19/drivers/media/cec/
Dcec-adap.c953 [CEC_MSG_REPORT_FEATURES] = 6 | BCAST,
1742 msg->msg[1] = CEC_MSG_REPORT_FEATURES; in cec_fill_msg_report_features()