Searched refs:country_codes (Results 1 – 6 of 6) sorted by relevance
154 struct brcmfmac_pd_cc *country_codes; member
53 struct brcmfmac_pd_cc *country_codes; member
550 settings->country_codes = in brcmf_get_module_param()551 device_pd->country_codes; in brcmf_get_module_param()
7985 struct brcmfmac_pd_cc *country_codes; in brcmf_translate_country_code() local7996 country_codes = drvr->settings->country_codes; in brcmf_translate_country_code()7997 if (!country_codes) { in brcmf_translate_country_code()8013 for (i = 0; i < country_codes->table_size; i++) { in brcmf_translate_country_code()8014 cc = &country_codes->table[i]; in brcmf_translate_country_code()8028 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()8029 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()
270 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show()760 kfree(acm->country_codes); in acm_port_destruct()1498 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe()1499 if (!acm->country_codes) in acm_probe()1502 memcpy(acm->country_codes, cfd->wCountryCodes, in acm_probe()1508 kfree(acm->country_codes); in acm_probe()1509 acm->country_codes = NULL; in acm_probe()1518 kfree(acm->country_codes); in acm_probe()1519 acm->country_codes = NULL; in acm_probe()1584 if (acm->country_codes) { in acm_probe()[all …]
66 u8 *country_codes; /* country codes from device */ member