Searched refs:hello_response (Results 1 – 1 of 1) sorted by relevance
311 struct ec_response_hello *hello_response; in cros_ec_host_command_proto_query_v2() local313 int len = max(sizeof(*hello_params), sizeof(*hello_response)); in cros_ec_host_command_proto_query_v2()323 hello_response = (struct ec_response_hello *)msg->data; in cros_ec_host_command_proto_query_v2()324 msg->insize = sizeof(*hello_response); in cros_ec_host_command_proto_query_v2()341 } else if (hello_response->out_data != 0xa1b2c3d4) { in cros_ec_host_command_proto_query_v2()344 hello_response->out_data); in cros_ec_host_command_proto_query_v2()