Searched refs:country_codes (Results 1 – 6 of 6) sorted by relevance
154 struct brcmfmac_pd_cc *country_codes; member
270 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show()758 kfree(acm->country_codes); in acm_port_destruct()1474 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe()1475 if (!acm->country_codes) in acm_probe()1478 memcpy(acm->country_codes, cfd->wCountryCodes, in acm_probe()1484 kfree(acm->country_codes); in acm_probe()1485 acm->country_codes = NULL; in acm_probe()1494 kfree(acm->country_codes); in acm_probe()1495 acm->country_codes = NULL; in acm_probe()1547 if (acm->country_codes) { in acm_probe()[all …]
66 u8 *country_codes; /* country codes from device */ member
53 struct brcmfmac_pd_cc *country_codes; member
551 settings->country_codes = in brcmf_get_module_param()552 device_pd->country_codes; in brcmf_get_module_param()
7962 struct brcmfmac_pd_cc *country_codes; in brcmf_translate_country_code() local7973 country_codes = drvr->settings->country_codes; in brcmf_translate_country_code()7974 if (!country_codes) { in brcmf_translate_country_code()7990 for (i = 0; i < country_codes->table_size; i++) { in brcmf_translate_country_code()7991 cc = &country_codes->table[i]; in brcmf_translate_country_code()8005 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()8006 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()