Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_proto.c235 struct ec_params_hello *hello_params; in cros_ec_host_command_proto_query_v2() local
238 int len = max(sizeof(*hello_params), sizeof(*hello_response)); in cros_ec_host_command_proto_query_v2()
246 hello_params = (struct ec_params_hello *)msg->data; in cros_ec_host_command_proto_query_v2()
247 msg->outsize = sizeof(*hello_params); in cros_ec_host_command_proto_query_v2()
251 hello_params->in_data = 0xa0b0c0d0; in cros_ec_host_command_proto_query_v2()