Home
last modified time | relevance | path

Searched refs:countrycode (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/wireless/rtlwifi/
Dregd.c375 static struct country_code_to_enum_rd *_rtl_regd_find_country(u16 countrycode) in _rtl_regd_find_country() argument
380 if (allCountries[i].countrycode == countrycode) in _rtl_regd_find_country()
Dregd.h34 u16 countrycode; member
/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/
Dnames.h52 extern const char *names_countrycode(unsigned int countrycode);
Dnames.c170 const char *names_countrycode(unsigned int countrycode) in names_countrycode() argument
172 return names_genericstrtable(countrycodes, countrycode); in names_countrycode()
462 static int new_countrycode(const char *name, unsigned int countrycode) in new_countrycode() argument
464 return new_genericstrtable(countrycodes, name, countrycode); in new_countrycode()