hello_params 235 drivers/platform/chrome/cros_ec_proto.c struct ec_params_hello *hello_params; hello_params 238 drivers/platform/chrome/cros_ec_proto.c int len = max(sizeof(*hello_params), sizeof(*hello_response)); hello_params 246 drivers/platform/chrome/cros_ec_proto.c hello_params = (struct ec_params_hello *)msg->data; hello_params 247 drivers/platform/chrome/cros_ec_proto.c msg->outsize = sizeof(*hello_params); hello_params 251 drivers/platform/chrome/cros_ec_proto.c hello_params->in_data = 0xa0b0c0d0;