Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/chrome/
Dcros_ec_proto.c191 struct ec_params_hello *hello_params; in cros_ec_host_command_proto_query_v2() local
194 int len = max(sizeof(*hello_params), sizeof(*hello_response)); in cros_ec_host_command_proto_query_v2()
202 hello_params = (struct ec_params_hello *)msg->data; in cros_ec_host_command_proto_query_v2()
203 msg->outsize = sizeof(*hello_params); in cros_ec_host_command_proto_query_v2()
207 hello_params->in_data = 0xa0b0c0d0; in cros_ec_host_command_proto_query_v2()