Home
last modified time | relevance | path

Searched refs:g_all_countries (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_db_parser.c62 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 …]
Dreg_db_parser.h29 extern const struct country_code_to_reg_domain g_all_countries[];
Dreg_utils.c173 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()
Dreg_db.c34 const struct country_code_to_reg_domain g_all_countries[] = { variable
255 const struct country_code_to_reg_domain g_all_countries[] = { variable
477 const struct country_code_to_reg_domain g_all_countries[] = { variable
699 const struct country_code_to_reg_domain g_all_countries[] = { variable
2104 *num_countries = QDF_ARRAY_SIZE(g_all_countries); in reg_get_num_countries()
Dreg_services_common.c1491 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()
/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_regdomain.c129 static const struct country_code_to_reg_dmn g_all_countries[] = { variable
374 g_all_countries,
377 QDF_ARRAY_SIZE(g_all_countries),