Searched refs:vars_ccode (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd.h | 1613 char vars_ccode[WLC_CNTRY_BUF_SZ]; member
|
| H A D | dhd_linux.c | 20681 if (strncmp(dhd->pub.vars_ccode, "J1", 3) == 0) { in dhd_get_customized_country_code() 20682 memcpy(cspec->ccode, dhd->pub.vars_ccode, in dhd_get_customized_country_code() 20683 sizeof(dhd->pub.vars_ccode)); in dhd_get_customized_country_code() 20688 if (strncmp(dhd->pub.vars_ccode, "JP", 3) == 0) { in dhd_get_customized_country_code()
|
| H A D | dhd_pcie.c | 11312 bus->dhd->vars_ccode[0] = 0; in dhdpcie_downloadvars() 11315 sscanf(pos, "ccode=%3s\n", bus->dhd->vars_ccode); in dhdpcie_downloadvars()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd.h | 1611 char vars_ccode[WLC_CNTRY_BUF_SZ]; member
|
| H A D | dhd_linux.c | 20787 if (strncmp(dhd->pub.vars_ccode, "J1", 3) == 0) { in dhd_get_customized_country_code() 20788 memcpy(cspec->ccode, dhd->pub.vars_ccode, in dhd_get_customized_country_code() 20789 sizeof(dhd->pub.vars_ccode)); in dhd_get_customized_country_code() 20794 if (strncmp(dhd->pub.vars_ccode, "JP", 3) == 0) { in dhd_get_customized_country_code()
|
| H A D | dhd_pcie.c | 11305 bus->dhd->vars_ccode[0] = 0; in dhdpcie_downloadvars() 11308 sscanf(pos, "ccode=%3s\n", bus->dhd->vars_ccode); in dhdpcie_downloadvars()
|