Searched refs:g_all_countries (Results 1 – 6 of 6) sorted by relevance
62 if (g_all_countries[i].reg_dmn_pair_id == in reg_update_alpha2_from_domain()69 qdf_mem_copy(reg_info->alpha2, g_all_countries[i].alpha2, in reg_update_alpha2_from_domain()70 sizeof(g_all_countries[i].alpha2)); in reg_update_alpha2_from_domain()71 reg_info->ctry_code = g_all_countries[i].country_code; in reg_update_alpha2_from_domain()89 if ((g_all_countries[i].alpha2[0] == alpha2[0]) && in reg_is_country_code_valid()90 (g_all_countries[i].alpha2[1] == alpha2[1])) in reg_is_country_code_valid()150 if ((g_all_countries[i].alpha2[0] == alpha2[0]) && in reg_get_rdpair_from_country_iso()151 (g_all_countries[i].alpha2[1] == alpha2[1])) in reg_get_rdpair_from_country_iso()162 g_all_countries[i].reg_dmn_pair_id) in reg_get_rdpair_from_country_iso()212 if (g_all_countries[i].country_code == cc) in reg_get_rdpair_from_country_code()[all …]
29 extern const struct country_code_to_reg_domain g_all_countries[];
173 if (g_all_countries[i].alpha2[0] == alpha2[0] && in reg_ctry_domain_supports_vlp()174 g_all_countries[i].alpha2[1] == alpha2[1]) { in reg_ctry_domain_supports_vlp()176 g_all_countries[i].reg_dmn_pair_id), "NON_VLP")) in reg_ctry_domain_supports_vlp()
34 const struct country_code_to_reg_domain g_all_countries[] = { variable255 const struct country_code_to_reg_domain g_all_countries[] = { variable477 const struct country_code_to_reg_domain g_all_countries[] = { variable699 const struct country_code_to_reg_domain g_all_countries[] = { variable2104 *num_countries = QDF_ARRAY_SIZE(g_all_countries); in reg_get_num_countries()
1491 if (g_all_countries[i].country_code == cc) in reg_get_max_5g_bw_from_country_code()1498 *max_bw_5g = g_all_countries[i].max_bw_5g; in reg_get_max_5g_bw_from_country_code()
129 static const struct country_code_to_reg_dmn g_all_countries[] = { variable374 g_all_countries,377 QDF_ARRAY_SIZE(g_all_countries),