Searched refs:cdmap (Results 1 – 4 of 4) sorted by relevance
23 extern const struct country_domain_mapping cdmap[MAX_COUNTRY_NUM];775 if (cdmap[i].char2[0] == country[0] && in rtw_phl_regulation_set_country()776 cdmap[i].char2[1] == country[1] ) { in rtw_phl_regulation_set_country()778 cdmap[i].domain_code, reason)) in rtw_phl_regulation_set_country()783 rg->tpo = cdmap[i].tpo; in rtw_phl_regulation_set_country()785 if(cdmap[i].support & BIT(0)) in rtw_phl_regulation_set_country()787 if(cdmap[i].support & BIT(1)) in rtw_phl_regulation_set_country()789 if(cdmap[i].support & BIT(2)) in rtw_phl_regulation_set_country()791 if(cdmap[i].support & BIT(3)) in rtw_phl_regulation_set_country()1070 if (cdmap[i].char2[0] == country[0] && in rtw_phl_query_country_chplan()[all …]
18 const struct country_domain_mapping cdmap[MAX_COUNTRY_NUM] = { variable