Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/userspace-api/media/cec/
Dcec-ioc-adap-g-log-addrs.rst96 ``CEC_MSG_CEC_VERSION`` and ``CEC_MSG_REPORT_FEATURES`` messages.
140 ``CEC_MSG_REPORT_FEATURES`` message. For CEC 1.4 you can either leave
147 ``CEC_MSG_REPORT_FEATURES`` message. The 12 bytes include both the
/linux-5.19.10/include/uapi/linux/
Dcec.h738 #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-5.19.10/Documentation/userspace-api/media/
Dcec.h.rst.exceptions214 ignore define CEC_MSG_REPORT_FEATURES
/linux-5.19.10/drivers/media/cec/core/
Dcec-adap.c995 [CEC_MSG_REPORT_FEATURES] = 6 | BCAST,
1906 msg->msg[1] = CEC_MSG_REPORT_FEATURES; in cec_fill_msg_report_features()