Lines Matching refs:mapped
259 int ret, mapped; in cros_ec_get_host_event_wake_mask() local
272 mapped = cros_ec_map_error(msg->result); in cros_ec_get_host_event_wake_mask()
273 if (mapped) { in cros_ec_get_host_event_wake_mask()
274 ret = mapped; in cros_ec_get_host_event_wake_mask()
295 int ret, mapped; in cros_ec_get_proto_info() local
326 mapped = cros_ec_map_error(msg->result); in cros_ec_get_proto_info()
327 if (mapped) { in cros_ec_get_proto_info()
328 ret = mapped; in cros_ec_get_proto_info()
374 int ret, mapped; in cros_ec_get_proto_info_legacy() local
395 mapped = cros_ec_map_error(msg->result); in cros_ec_get_proto_info_legacy()
396 if (mapped) { in cros_ec_get_proto_info_legacy()
397 ret = mapped; in cros_ec_get_proto_info_legacy()
451 int ret, mapped; in cros_ec_get_host_command_version_mask() local
470 mapped = cros_ec_map_error(msg->result); in cros_ec_get_host_command_version_mask()
471 if (mapped) { in cros_ec_get_host_command_version_mask()
472 ret = mapped; in cros_ec_get_host_command_version_mask()
670 int ret, mapped; in cros_ec_cmd_xfer_status() local
676 mapped = cros_ec_map_error(msg->result); in cros_ec_cmd_xfer_status()
677 if (mapped) { in cros_ec_cmd_xfer_status()
679 msg->result, mapped); in cros_ec_cmd_xfer_status()
680 ret = mapped; in cros_ec_cmd_xfer_status()