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