Searched refs:countrycode (Results 1 – 4 of 4) sorted by relevance
375 static struct country_code_to_enum_rd *_rtl_regd_find_country(u16 countrycode) in _rtl_regd_find_country() argument380 if (allCountries[i].countrycode == countrycode) in _rtl_regd_find_country()
34 u16 countrycode; member
52 extern const char *names_countrycode(unsigned int countrycode);
170 const char *names_countrycode(unsigned int countrycode) in names_countrycode() argument172 return names_genericstrtable(countrycodes, countrycode); in names_countrycode()462 static int new_countrycode(const char *name, unsigned int countrycode) in new_countrycode() argument464 return new_genericstrtable(countrycodes, name, countrycode); in new_countrycode()