Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_proto.c231 struct ec_response_hello *hello_response; in cros_ec_host_command_proto_query_v2() local
233 int len = max(sizeof(*hello_params), sizeof(*hello_response)); in cros_ec_host_command_proto_query_v2()
243 hello_response = (struct ec_response_hello *)msg->data; in cros_ec_host_command_proto_query_v2()
244 msg->insize = sizeof(*hello_response); in cros_ec_host_command_proto_query_v2()
261 } else if (hello_response->out_data != 0xa1b2c3d4) { in cros_ec_host_command_proto_query_v2()
264 hello_response->out_data); in cros_ec_host_command_proto_query_v2()