Searched refs:country_codes (Results 1 – 7 of 7) sorted by relevance
154 struct brcmfmac_pd_cc *country_codes; member
53 struct brcmfmac_pd_cc *country_codes; member
63 settings->country_codes = cc; in brcmf_of_get_country_codes()
471 settings->country_codes = in brcmf_get_module_param()472 device_pd->country_codes; in brcmf_get_module_param()
7475 struct brcmfmac_pd_cc *country_codes; in brcmf_translate_country_code() local7486 country_codes = drvr->settings->country_codes; in brcmf_translate_country_code()7487 if (!country_codes) { in brcmf_translate_country_code()7503 for (i = 0; i < country_codes->table_size; i++) { in brcmf_translate_country_code()7504 cc = &country_codes->table[i]; in brcmf_translate_country_code()7518 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()7519 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()
269 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show()736 kfree(acm->country_codes); in acm_port_destruct()1434 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe()1435 if (!acm->country_codes) in acm_probe()1438 memcpy(acm->country_codes, (u8 *)&cfd->wCountyCode0, in acm_probe()1444 kfree(acm->country_codes); in acm_probe()1445 acm->country_codes = NULL; in acm_probe()1454 kfree(acm->country_codes); in acm_probe()1455 acm->country_codes = NULL; in acm_probe()1506 if (acm->country_codes) { in acm_probe()[all …]
66 u8 *country_codes; /* country codes from device */ member