Searched refs:match_reply (Results 1 – 2 of 2) sorted by relevance
678 data->match_len, data->match_reply); in cec_transmit_done_ts()937 memcpy(data->match_reply, msg->msg + 1, 4); in cec_transmit_msg_fh()938 data->match_reply[4] = msg->reply; in cec_transmit_msg_fh()941 data->match_reply[0] = msg->reply; in cec_transmit_msg_fh()1232 (data->match_reply[0] == CEC_MSG_REPORT_ARC_INITIATED || in cec_received_msg_ts()1233 data->match_reply[0] == CEC_MSG_REPORT_ARC_TERMINATED)) { in cec_received_msg_ts()1235 data->match_reply[0] = cmd; in cec_received_msg_ts()1240 (!abort && memcmp(data->match_reply, msg->msg + 1, data->match_len))) in cec_received_msg_ts()2343 data->match_len, data->match_reply, in cec_adap_status()2349 data->match_len, data->match_reply, in cec_adap_status()[all …]
70 u8 match_reply[5]; member