Searched refs:country_codes (Results 1 – 5 of 5) sorted by relevance
154 struct brcmfmac_pd_cc *country_codes; member
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
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()