Home
last modified time | relevance | path

Searched refs:country_codes (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/linux/platform_data/
Dbrcmfmac.h154 struct brcmfmac_pd_cc *country_codes; member
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcommon.h53 struct brcmfmac_pd_cc *country_codes; member
Dof.c63 settings->country_codes = cc; in brcmf_of_get_country_codes()
Dcommon.c544 settings->country_codes = in brcmf_get_module_param()
545 device_pd->country_codes; in brcmf_get_module_param()
Dcfg80211.c7905 struct brcmfmac_pd_cc *country_codes; in brcmf_translate_country_code() local
7916 country_codes = drvr->settings->country_codes; in brcmf_translate_country_code()
7917 if (!country_codes) { in brcmf_translate_country_code()
7933 for (i = 0; i < country_codes->table_size; i++) { in brcmf_translate_country_code()
7934 cc = &country_codes->table[i]; in brcmf_translate_country_code()
7948 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()
7949 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()
/Linux-v6.6/drivers/usb/class/
Dcdc-acm.c270 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show()
747 kfree(acm->country_codes); in acm_port_destruct()
1458 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe()
1459 if (!acm->country_codes) in acm_probe()
1462 memcpy(acm->country_codes, (u8 *)&cfd->wCountyCode0, in acm_probe()
1468 kfree(acm->country_codes); in acm_probe()
1469 acm->country_codes = NULL; in acm_probe()
1478 kfree(acm->country_codes); in acm_probe()
1479 acm->country_codes = NULL; in acm_probe()
1530 if (acm->country_codes) { in acm_probe()
[all …]
Dcdc-acm.h66 u8 *country_codes; /* country codes from device */ member