Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_proto.c310 struct ec_params_hello *hello_params; in cros_ec_host_command_proto_query_v2() local
313 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 2 milliseconds