Home
last modified time | relevance | path

Searched refs:match_reply (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/media/cec/core/
H A Dcec-adap.c679 data->match_len, data->match_reply); in cec_transmit_done_ts()
938 memcpy(data->match_reply, msg->msg + 1, 4); in cec_transmit_msg_fh()
939 data->match_reply[4] = msg->reply; in cec_transmit_msg_fh()
942 data->match_reply[0] = msg->reply; in cec_transmit_msg_fh()
1233 (data->match_reply[0] == CEC_MSG_REPORT_ARC_INITIATED || in cec_received_msg_ts()
1234 data->match_reply[0] == CEC_MSG_REPORT_ARC_TERMINATED)) { in cec_received_msg_ts()
1236 data->match_reply[0] = cmd; in cec_received_msg_ts()
1241 (!abort && memcmp(data->match_reply, msg->msg + 1, data->match_len))) in cec_received_msg_ts()
2344 data->match_len, data->match_reply, in cec_adap_status()
2350 data->match_len, data->match_reply, in cec_adap_status()
[all …]
/linux-6.15/include/media/
H A Dcec.h69 u8 match_reply[5]; member