Searched refs:country_codes (Results 1 – 5 of 5) sorted by relevance
154 struct brcmfmac_pd_cc *country_codes; member
272 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show()762 kfree(acm->country_codes); in acm_port_destruct()1497 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe()1498 if (!acm->country_codes) in acm_probe()1501 memcpy(acm->country_codes, cfd->wCountryCodes, in acm_probe()1507 kfree(acm->country_codes); in acm_probe()1508 acm->country_codes = NULL; in acm_probe()1517 kfree(acm->country_codes); in acm_probe()1518 acm->country_codes = NULL; in acm_probe()1580 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
550 settings->country_codes = in brcmf_get_module_param()551 device_pd->country_codes; in brcmf_get_module_param()