hello_response 236 drivers/platform/chrome/cros_ec_proto.c struct ec_response_hello *hello_response; hello_response 238 drivers/platform/chrome/cros_ec_proto.c int len = max(sizeof(*hello_params), sizeof(*hello_response)); hello_response 248 drivers/platform/chrome/cros_ec_proto.c hello_response = (struct ec_response_hello *)msg->data; hello_response 249 drivers/platform/chrome/cros_ec_proto.c msg->insize = sizeof(*hello_response); hello_response 266 drivers/platform/chrome/cros_ec_proto.c } else if (hello_response->out_data != 0xa1b2c3d4) { hello_response 269 drivers/platform/chrome/cros_ec_proto.c hello_response->out_data);