Home
last modified time | relevance | path

Searched refs:CEC_MSG_FL_REPLY_TO_FOLLOWERS (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
A Dcec.h146 #define CEC_MSG_FL_REPLY_TO_FOLLOWERS (1 << 0) macro
/linux/drivers/media/cec/core/
A Dcec-adap.c771 msg->flags &= CEC_MSG_FL_REPLY_TO_FOLLOWERS | CEC_MSG_FL_RAW; in cec_transmit_msg_fh()
774 msg->flags &= ~CEC_MSG_FL_REPLY_TO_FOLLOWERS; in cec_transmit_msg_fh()
2091 if (is_reply && !(msg->flags & CEC_MSG_FL_REPLY_TO_FOLLOWERS)) in cec_receive_notify()
/linux/Documentation/userspace-api/media/cec/
A Dcec-ioc-receive.rst210 - ``CEC_MSG_FL_REPLY_TO_FOLLOWERS``

Completed in 13 milliseconds