Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dbrcmfmac.h154 struct brcmfmac_pd_cc *country_codes; member
/linux/drivers/usb/class/
H A Dcdc-acm.c272 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 …]
H A Dcdc-acm.h66 u8 *country_codes; /* country codes from device */ member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommon.h53 struct brcmfmac_pd_cc *country_codes; member
H A Dcommon.c550 settings->country_codes = in brcmf_get_module_param()
551 device_pd->country_codes; in brcmf_get_module_param()