Searched refs:country_codes (Results 1 – 6 of 6) sorted by relevance
154 struct brcmfmac_pd_cc *country_codes; member
51 struct brcmfmac_pd_cc *country_codes; member
433 settings->country_codes = in brcmf_get_module_param()434 device_pd->country_codes; in brcmf_get_module_param()
6908 struct brcmfmac_pd_cc *country_codes; in brcmf_translate_country_code() local6913 country_codes = drvr->settings->country_codes; in brcmf_translate_country_code()6914 if (!country_codes) { in brcmf_translate_country_code()6926 for (i = 0; i < country_codes->table_size; i++) { in brcmf_translate_country_code()6927 cc = &country_codes->table[i]; in brcmf_translate_country_code()6941 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()6942 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()
255 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show()698 kfree(acm->country_codes); in acm_port_destruct()1416 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe()1417 if (!acm->country_codes) in acm_probe()1420 memcpy(acm->country_codes, (u8 *)&cfd->wCountyCode0, in acm_probe()1426 kfree(acm->country_codes); in acm_probe()1427 acm->country_codes = NULL; in acm_probe()1436 kfree(acm->country_codes); in acm_probe()1437 acm->country_codes = NULL; in acm_probe()1478 if (acm->country_codes) { in acm_probe()[all …]
92 u8 *country_codes; /* country codes from device */ member