Searched refs:allCountries (Results 1 – 10 of 10) sorted by relevance
461 for (i = 0; i < ARRAY_SIZE(allCountries); i++) { in ath_regd_find_country_by_name()462 if (!memcmp(allCountries[i].isoName, alpha2, 2)) in ath_regd_find_country_by_name()463 return allCountries[i].countryCode; in ath_regd_find_country_by_name()561 for (i = 0; i < ARRAY_SIZE(allCountries); i++) in ath_regd_is_eeprom_valid()562 if (allCountries[i].countryCode == cc) in ath_regd_is_eeprom_valid()584 for (i = 0; i < ARRAY_SIZE(allCountries); i++) { in ath_regd_find_country()585 if (allCountries[i].countryCode == countryCode) in ath_regd_find_country()586 return &allCountries[i]; in ath_regd_find_country()597 for (i = 0; i < ARRAY_SIZE(allCountries); i++) { in ath_regd_find_country_by_rd()598 if (allCountries[i].regDmnEnum == regdmn) in ath_regd_find_country_by_rd()[all …]
299 static struct country_code_to_enum_rd allCountries[] = { variable
14 static struct country_code_to_enum_rd allCountries[] = { variable518 for (i = 0; i < ARRAY_SIZE(allCountries); i++) { in _rtw_regd_find_country()519 if (allCountries[i].countrycode == countrycode) in _rtw_regd_find_country()520 return &allCountries[i]; in _rtw_regd_find_country()
14 static struct country_code_to_enum_rd allCountries[] = { variable516 for (i = 0; i < ARRAY_SIZE(allCountries); i++) { in _rtw_regd_find_country()517 if (allCountries[i].countrycode == countrycode) in _rtw_regd_find_country()518 return &allCountries[i]; in _rtw_regd_find_country()
23 static struct country_code_to_enum_rd allCountries[] = { variable524 for (i = 0; i < ARRAY_SIZE(allCountries); i++) { in _rtw_regd_find_country()525 if (allCountries[i].countrycode == countrycode) in _rtw_regd_find_country()526 return &allCountries[i]; in _rtw_regd_find_country()
23 static struct country_code_to_enum_rd allCountries[] = { variable
948 for (i = 0; i < ARRAY_SIZE(allCountries); i++) { in ath6kl_regd_find_country()949 if (allCountries[i].countryCode == countryCode) in ath6kl_regd_find_country()950 return &allCountries[i]; in ath6kl_regd_find_country()977 for (i = 0; i < ARRAY_SIZE(allCountries); i++) { in ath6kl_regd_find_country_by_rd()978 if (allCountries[i].regDmnEnum == regdmn) in ath6kl_regd_find_country_by_rd()979 return &allCountries[i]; in ath6kl_regd_find_country_by_rd()