Searched refs:hello_params (Results 1 – 1 of 1) sorted by relevance
310 struct ec_params_hello *hello_params; 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()321 hello_params = (struct ec_params_hello *)msg->data; in cros_ec_host_command_proto_query_v2()322 msg->outsize = sizeof(*hello_params); in cros_ec_host_command_proto_query_v2()326 hello_params->in_data = 0xa0b0c0d0; in cros_ec_host_command_proto_query_v2()
Completed in 5 milliseconds