Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dcec.h926 #define CEC_MSG_INITIATE_ARC 0xc0 macro
Dcec-funcs.h1597 msg->msg[1] = CEC_MSG_INITIATE_ARC; in cec_msg_initiate_arc()
1606 msg->reply = reply ? CEC_MSG_INITIATE_ARC : 0; in cec_msg_request_arc_initiation()
/Linux-v5.4/Documentation/media/uapi/cec/
Dcec-ioc-receive.rst160 If the transmitter message is ``CEC_MSG_INITIATE_ARC`` then the ``reply``
163 The reason is that the ``CEC_MSG_INITIATE_ARC`` message is the only CEC
/Linux-v5.4/Documentation/media/
Dcec.h.rst.exceptions415 ignore define CEC_MSG_INITIATE_ARC
/Linux-v5.4/drivers/media/cec/
Dcec-adap.c1010 [CEC_MSG_INITIATE_ARC] = 2 | DIRECTED,
1155 if (!abort && dst->msg[1] == CEC_MSG_INITIATE_ARC && in cec_received_msg_ts()