Searched refs:cros_ec_error_map (Results 1 – 1 of 1) sorted by relevance
22 static const int cros_ec_error_map[] = { variable50 if (result < ARRAY_SIZE(cros_ec_error_map) && cros_ec_error_map[result]) in cros_ec_map_error()51 ret = cros_ec_error_map[result]; in cros_ec_map_error()