Home
last modified time | relevance | path

Searched refs:hello_response (Results 1 – 1 of 1) sorted by relevance

/drivers/platform/chrome/
Dcros_ec_proto.c214 struct ec_response_hello *hello_response; in cros_ec_host_command_proto_query_v2() local
216 int len = max(sizeof(*hello_params), sizeof(*hello_response)); in cros_ec_host_command_proto_query_v2()
226 hello_response = (struct ec_response_hello *)msg->data; in cros_ec_host_command_proto_query_v2()
227 msg->insize = sizeof(*hello_response); in cros_ec_host_command_proto_query_v2()
244 } else if (hello_response->out_data != 0xa1b2c3d4) { in cros_ec_host_command_proto_query_v2()
247 hello_response->out_data); in cros_ec_host_command_proto_query_v2()