proto_msg 332 drivers/platform/chrome/cros_ec_proto.c struct cros_ec_command *proto_msg; proto_msg 337 drivers/platform/chrome/cros_ec_proto.c proto_msg = kzalloc(sizeof(*proto_msg) + sizeof(*proto_info), proto_msg 339 drivers/platform/chrome/cros_ec_proto.c if (!proto_msg) proto_msg 344 drivers/platform/chrome/cros_ec_proto.c ret = cros_ec_host_command_proto_query(ec_dev, 0, proto_msg); proto_msg 348 drivers/platform/chrome/cros_ec_proto.c proto_msg->data; proto_msg 370 drivers/platform/chrome/cros_ec_proto.c ret = cros_ec_host_command_proto_query(ec_dev, 1, proto_msg); proto_msg 443 drivers/platform/chrome/cros_ec_proto.c ret = cros_ec_get_host_event_wake_mask(ec_dev, proto_msg, proto_msg 451 drivers/platform/chrome/cros_ec_proto.c kfree(proto_msg);