Searched refs:hello_response (Results 1 – 1 of 1) sorted by relevance
236 struct ec_response_hello *hello_response; in cros_ec_host_command_proto_query_v2() local238 int len = max(sizeof(*hello_params), sizeof(*hello_response)); in cros_ec_host_command_proto_query_v2()248 hello_response = (struct ec_response_hello *)msg->data; in cros_ec_host_command_proto_query_v2()249 msg->insize = sizeof(*hello_response); in cros_ec_host_command_proto_query_v2()266 } else if (hello_response->out_data != 0xa1b2c3d4) { in cros_ec_host_command_proto_query_v2()269 hello_response->out_data); in cros_ec_host_command_proto_query_v2()