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