Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/cec/
H A 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
/openbmc/linux/include/uapi/linux/
H A Dcec.h738 #define CEC_MSG_REPORT_FEATURES 0xa6 /* HDMI 2.0 */ macro
H A 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()
/openbmc/linux/Documentation/userspace-api/media/
H A Dcec.h.rst.exceptions214 ignore define CEC_MSG_REPORT_FEATURES
/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c1007 [CEC_MSG_REPORT_FEATURES] = 6 | BCAST,
1919 msg->msg[1] = CEC_MSG_REPORT_FEATURES; in cec_fill_msg_report_features()