Searched refs:country_codes (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | brcmfmac.h | 144 * @country_codes: If available, pointer to struct for translating country 154 struct brcmfmac_pd_cc *country_codes; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | brcmfmac.h | 144 * @country_codes: If available, pointer to struct for translating country 154 struct brcmfmac_pd_cc *country_codes; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | common.h | 41 * @country_codes: If available, pointer to struct for translating country codes 51 struct brcmfmac_pd_cc *country_codes; member
|
H A D | common.c | 436 settings->country_codes = in brcmf_get_module_param() 437 device_pd->country_codes; in brcmf_get_module_param()
|
H A D | cfg80211.c | 7379 struct brcmfmac_pd_cc *country_codes; in brcmf_translate_country_code() local 7384 country_codes = drvr->settings->country_codes; in brcmf_translate_country_code() 7385 if (!country_codes) { in brcmf_translate_country_code() 7397 for (i = 0; i < country_codes->table_size; i++) { in brcmf_translate_country_code() 7398 cc = &country_codes->table[i]; in brcmf_translate_country_code() 7412 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code() 7413 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | common.h | 42 * @country_codes: If available, pointer to struct for translating country codes 53 struct brcmfmac_pd_cc *country_codes; member
|
H A D | of.c | 63 settings->country_codes = cc; in brcmf_of_get_country_codes()
|
H A D | common.c | 544 settings->country_codes = in brcmf_get_module_param() 545 device_pd->country_codes; in brcmf_get_module_param()
|
H A D | cfg80211.c | 7909 struct brcmfmac_pd_cc *country_codes; in brcmf_translate_country_code() local 7920 country_codes = drvr->settings->country_codes; in brcmf_translate_country_code() 7921 if (!country_codes) { in brcmf_translate_country_code() 7937 for (i = 0; i < country_codes->table_size; i++) { in brcmf_translate_country_code() 7938 cc = &country_codes->table[i]; in brcmf_translate_country_code() 7952 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code() 7953 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()
|
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-acm.c | 269 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show() 740 kfree(acm->country_codes); in acm_port_destruct() 1461 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe() 1462 if (!acm->country_codes) in acm_probe() 1465 memcpy(acm->country_codes, (u8 *)&cfd->wCountyCode0, in acm_probe() 1471 kfree(acm->country_codes); in acm_probe() 1472 acm->country_codes = NULL; in acm_probe() 1481 kfree(acm->country_codes); in acm_probe() 1482 acm->country_codes = NULL; in acm_probe() 1528 if (acm->country_codes) { in acm_probe() [all...] |
H A D | cdc-acm.h | 94 u8 *country_codes; /* country codes from device */ member
|
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | cdc-acm.c | 270 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show() 747 kfree(acm->country_codes); in acm_port_destruct() 1461 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe() 1462 if (!acm->country_codes) in acm_probe() 1465 memcpy(acm->country_codes, (u8 *)&cfd->wCountyCode0, in acm_probe() 1471 kfree(acm->country_codes); in acm_probe() 1472 acm->country_codes = NULL; in acm_probe() 1481 kfree(acm->country_codes); in acm_probe() 1482 acm->country_codes = NULL; in acm_probe() 1533 if (acm->country_codes) { in acm_probe() [all...] |
H A D | cdc-acm.h | 66 u8 *country_codes; /* country codes from device */ member
|
Completed in 29 milliseconds