Searched refs:ps2pp_list (Results 1 – 1 of 1) sorted by relevance
212 static const struct ps2pp_info ps2pp_list[] = { in get_model_info() local262 for (i = 0; i < ARRAY_SIZE(ps2pp_list); i++) in get_model_info()263 if (model == ps2pp_list[i].model) in get_model_info()264 return &ps2pp_list[i]; in get_model_info()