Lines Matching defs:reply
37 union mrq_thermal_bpmp_to_host_response reply;
49 msg.rx.data = &reply;
50 msg.rx.size = sizeof(reply);
60 *out_temp = reply.get_temp.temp;
145 union mrq_thermal_bpmp_to_host_response reply;
156 msg.rx.data = &reply;
157 msg.rx.size = sizeof(reply);
165 *num_zones = reply.get_num_zones.num;
173 union mrq_thermal_bpmp_to_host_response reply;
185 msg.rx.data = &reply;
186 msg.rx.size = sizeof(reply);