Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_proto.c313 struct ec_response_hello *hello_response; in cros_ec_host_command_proto_query_v2() local
315 int len = max(sizeof(*hello_params), sizeof(*hello_response)); in cros_ec_host_command_proto_query_v2()
325 hello_response = (struct ec_response_hello *)msg->data; in cros_ec_host_command_proto_query_v2()
326 msg->insize = sizeof(*hello_response); in cros_ec_host_command_proto_query_v2()
343 } else if (hello_response->out_data != 0xa1b2c3d4) { in cros_ec_host_command_proto_query_v2()
346 hello_response->out_data); in cros_ec_host_command_proto_query_v2()