Searched refs:all_countries (Results 1 – 1 of 1) sorted by relevance
7 static struct country_code_to_enum_rd all_countries[] = { variable353 for (i = 0; i < ARRAY_SIZE(all_countries); i++) { in _rtl_regd_find_country()354 if (all_countries[i].countrycode == countrycode) in _rtl_regd_find_country()355 return &all_countries[i]; in _rtl_regd_find_country()