Home
last modified time | relevance | path

Searched refs:country_iso_code (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_custom_gpio.c251 get_customized_country_code(void *adapter, char *country_iso_code, in get_customized_country_code() argument
254 get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
264 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code, flags); in get_customized_country_code()
266 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code); in get_customized_country_code()
286 if (strcmp(country_iso_code, translate_custom_table[i].iso_abbrev) == 0) { in get_customized_country_code()
H A Dwldev_common.h101 extern void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,
H A Ddhd.h1608 extern void get_customized_country_code(void *adapter, char *country_iso_code,
1611 extern void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_custom_gpio.c383 get_customized_country_code(void *adapter, char *country_iso_code, in get_customized_country_code() argument
386 get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
397 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code, flags); in get_customized_country_code()
399 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code); in get_customized_country_code()
419 if (strcmp(country_iso_code, translate_custom_table[i].iso_abbrev) == 0) { in get_customized_country_code()
H A Ddhd_custom_sec.c202 void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code() argument
215 if (strcmp(country_iso_code, translate_custom_table[i].iso_abbrev) == 0) { in get_customized_country_code()
H A Ddhd.h2705 extern void get_customized_country_code(void *adapter, char *country_iso_code,
2708 extern void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec);
H A Ddhd_linux.c20649 void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code, in dhd_get_customized_country_code() argument
20658 get_customized_country_code(dhd->adapter, country_iso_code, cspec, in dhd_get_customized_country_code()
20661 get_customized_country_code(dhd->adapter, country_iso_code, cspec); in dhd_get_customized_country_code()
20667 if (strncmp(country_iso_code, "", WLC_CNTRY_BUF_SZ) == 0) { in dhd_get_customized_country_code()
20668 strlcpy(country_iso_code, "XZ", WLC_CNTRY_BUF_SZ); in dhd_get_customized_country_code()
20669 strlcpy(cspec->country_abbrev, country_iso_code, WLC_CNTRY_BUF_SZ); in dhd_get_customized_country_code()
20670 strlcpy(cspec->ccode, country_iso_code, WLC_CNTRY_BUF_SZ); in dhd_get_customized_country_code()
20671 DHD_ERROR(("%s: ccode change to %s\n", __FUNCTION__, country_iso_code)); in dhd_get_customized_country_code()
20678 if (strncmp(country_iso_code, "JP", 3) == 0) { in dhd_get_customized_country_code()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_custom_gpio.c250 void get_customized_country_code(void *adapter, char *country_iso_code, in get_customized_country_code() argument
253 void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
265 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code, flags); in get_customized_country_code()
267 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code); in get_customized_country_code()
287 if (strcmp(country_iso_code, translate_custom_table[i].iso_abbrev) == 0) { in get_customized_country_code()
H A Dwldev_common.h100 extern void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,
H A Ddhd.h2087 extern void get_customized_country_code(void *adapter, char *country_iso_code,
2090 extern void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec);
H A Ddhd_linux.c15778 void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,
15787 get_customized_country_code(dhd->adapter, country_iso_code, cspec,
15790 get_customized_country_code(dhd->adapter, country_iso_code, cspec);
15796 if (strncmp(country_iso_code, "", WLC_CNTRY_BUF_SZ) == 0) {
15797 strlcpy(country_iso_code, "XZ", WLC_CNTRY_BUF_SZ);
15798 strlcpy(cspec->country_abbrev, country_iso_code, WLC_CNTRY_BUF_SZ);
15799 strlcpy(cspec->ccode, country_iso_code, WLC_CNTRY_BUF_SZ);
15800 DHD_ERROR(("%s: ccode change to %s\n", __FUNCTION__, country_iso_code));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_custom_gpio.c250 void get_customized_country_code(void *adapter, char *country_iso_code, in get_customized_country_code() argument
253 void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
265 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code, flags); in get_customized_country_code()
267 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code); in get_customized_country_code()
287 if (strcmp(country_iso_code, translate_custom_table[i].iso_abbrev) == 0) { in get_customized_country_code()
H A Dwldev_common.h100 extern void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,
H A Ddhd.h2085 extern void get_customized_country_code(void *adapter, char *country_iso_code,
2088 extern void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec);
H A Ddhd_linux.c15586 void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,
15595 get_customized_country_code(dhd->adapter, country_iso_code, cspec,
15598 get_customized_country_code(dhd->adapter, country_iso_code, cspec);
15604 if (strncmp(country_iso_code, "", WLC_CNTRY_BUF_SZ) == 0) {
15605 strlcpy(country_iso_code, "XZ", WLC_CNTRY_BUF_SZ);
15606 strlcpy(cspec->country_abbrev, country_iso_code, WLC_CNTRY_BUF_SZ);
15607 strlcpy(cspec->ccode, country_iso_code, WLC_CNTRY_BUF_SZ);
15608 DHD_ERROR(("%s: ccode change to %s\n", __FUNCTION__, country_iso_code));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_custom_gpio.c250 void get_customized_country_code(void *adapter, char *country_iso_code, in get_customized_country_code() argument
253 void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
265 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code, flags); in get_customized_country_code()
267 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code); in get_customized_country_code()
287 if (strcmp(country_iso_code, translate_custom_table[i].iso_abbrev) == 0) { in get_customized_country_code()
H A Dwldev_common.h100 extern void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,
H A Ddhd.h2085 extern void get_customized_country_code(void *adapter, char *country_iso_code,
2088 extern void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec);
H A Ddhd_linux.c15651 void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,
15660 get_customized_country_code(dhd->adapter, country_iso_code, cspec,
15663 get_customized_country_code(dhd->adapter, country_iso_code, cspec);
15669 if (strncmp(country_iso_code, "", WLC_CNTRY_BUF_SZ) == 0) {
15670 strlcpy(country_iso_code, "XZ", WLC_CNTRY_BUF_SZ);
15671 strlcpy(cspec->country_abbrev, country_iso_code, WLC_CNTRY_BUF_SZ);
15672 strlcpy(cspec->ccode, country_iso_code, WLC_CNTRY_BUF_SZ);
15673 DHD_ERROR(("%s: ccode change to %s\n", __FUNCTION__, country_iso_code));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_custom_gpio.c383 get_customized_country_code(void *adapter, char *country_iso_code, in get_customized_country_code() argument
386 get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
397 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code, flags); in get_customized_country_code()
399 cloc_ptr = wifi_platform_get_country_code(adapter, country_iso_code); in get_customized_country_code()
419 if (strcmp(country_iso_code, translate_custom_table[i].iso_abbrev) == 0) { in get_customized_country_code()
H A Ddhd_custom_sec.c202 void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code() argument
215 if (strcmp(country_iso_code, translate_custom_table[i].iso_abbrev) == 0) { in get_customized_country_code()
H A Ddhd.h2700 extern void get_customized_country_code(void *adapter, char *country_iso_code,
2703 extern void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec);
H A Ddhd_linux.c20755 void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code, in dhd_get_customized_country_code() argument
20764 get_customized_country_code(dhd->adapter, country_iso_code, cspec, in dhd_get_customized_country_code()
20767 get_customized_country_code(dhd->adapter, country_iso_code, cspec); in dhd_get_customized_country_code()
20773 if (strncmp(country_iso_code, "", WLC_CNTRY_BUF_SZ) == 0) { in dhd_get_customized_country_code()
20774 strlcpy(country_iso_code, "XZ", WLC_CNTRY_BUF_SZ); in dhd_get_customized_country_code()
20775 strlcpy(cspec->country_abbrev, country_iso_code, WLC_CNTRY_BUF_SZ); in dhd_get_customized_country_code()
20776 strlcpy(cspec->ccode, country_iso_code, WLC_CNTRY_BUF_SZ); in dhd_get_customized_country_code()
20777 DHD_ERROR(("%s: ccode change to %s\n", __FUNCTION__, country_iso_code)); in dhd_get_customized_country_code()
20784 if (strncmp(country_iso_code, "JP", 3) == 0) { in dhd_get_customized_country_code()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwldev_common.h94 extern void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwldev_common.h94 extern void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,

12