Home
last modified time | relevance | path

Searched refs:allCountries (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/
H A Dregd.c461 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 …]
H A Dregd_common.h299 static struct country_code_to_enum_rd allCountries[] = { variable
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dwifi_regd.c14 static struct country_code_to_enum_rd allCountries[] = { variable
518 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dwifi_regd.c14 static struct country_code_to_enum_rd allCountries[] = { variable
516 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dwifi_regd.c23 static struct country_code_to_enum_rd allCountries[] = { variable
524 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dwifi_regd.c14 static struct country_code_to_enum_rd allCountries[] = { variable
518 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dwifi_regd.c23 static struct country_code_to_enum_rd allCountries[] = { variable
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dwifi_regd.c23 static struct country_code_to_enum_rd allCountries[] = { variable
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dwifi_regd.c23 static struct country_code_to_enum_rd allCountries[] = { variable
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c948 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()