Lines Matching full:reply
12 * Helper function to reply to a received message with a Feature Abort
21 * Don't reply with CEC_MSG_FEATURE_ABORT to a CEC_MSG_FEATURE_ABORT in cec_feature_abort_reason()
171 struct cec_msg reply = {}; in cec_out_report_current_latency() local
183 /* Return if a port is still waiting for a reply */ in cec_out_report_current_latency()
191 * All ports that can reply, replied, so clear the sequence in cec_out_report_current_latency()
208 /* Reply with the average latency */ in cec_out_report_current_latency()
210 cec_msg_init(&reply, input_adap->log_addrs.log_addr[0], in cec_out_report_current_latency()
212 cec_msg_report_current_latency(&reply, input_adap->phys_addr, in cec_out_report_current_latency()
214 cec_transmit_msg(input_adap, &reply, false); in cec_out_report_current_latency()
267 struct cec_msg reply = {}; in cec_out_report_power_status() local
287 /* Return if a port is still waiting for a reply */ in cec_out_report_power_status()
295 * All ports that can reply, replied, so clear the sequence in cec_out_report_power_status()
309 /* Reply with the new power status */ in cec_out_report_power_status()
310 cec_msg_init(&reply, input_adap->log_addrs.log_addr[0], in cec_out_report_power_status()
312 cec_msg_report_power_status(&reply, reply_pwr); in cec_out_report_power_status()
313 cec_transmit_msg(input_adap, &reply, false); in cec_out_report_power_status()
431 * the result of the failed reply to a non-blocking transmit, then in cec_splitter_nb_transmit_canceled_output()
487 struct cec_msg reply = {}; in cec_splitter_received_output() local
545 cec_msg_set_reply_to(&reply, msg); in cec_splitter_received_output()
546 cec_msg_active_source(&reply, adap->phys_addr); in cec_splitter_received_output()
547 cec_transmit_msg(adap, &reply, false); in cec_splitter_received_output()
551 cec_msg_set_reply_to(&reply, msg); in cec_splitter_received_output()
552 cec_msg_report_power_status(&reply, splitter->is_standby ? in cec_splitter_received_output()
555 cec_transmit_msg(adap, &reply, false); in cec_splitter_received_output()
561 cec_msg_set_reply_to(&reply, msg); in cec_splitter_received_output()
562 cec_msg_active_source(&reply, pa); in cec_splitter_received_output()
563 cec_transmit_msg(adap, &reply, false); in cec_splitter_received_output()