| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.h | 92 wl_country_t cspec; 177 wl_country_t cspec; 307 int dhd_conf_set_country(dhd_pub_t *dhd, wl_country_t *cspec); 308 int dhd_conf_get_country(dhd_pub_t *dhd, wl_country_t *cspec); 309 int dhd_conf_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec); 311 int dhd_ccode_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec);
|
| H A D | dhd_custom_gpio.c | 252 wl_country_t *cspec, u32 flags) in get_customized_country_code() 254 get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
|
| H A D | wldev_common.h | 102 wl_country_t *cspec); 103 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
|
| H A D | wldev_common.c | 480 wl_country_t cspec = {{0}, 0, {0}}; in wldev_set_country() 481 wl_country_t cur_cspec = {{0}, 0, {0}}; /* current ccode */ in wldev_set_country() 493 error = wldev_iovar_getbuf(dev, "country", NULL, 0, &cur_cspec, sizeof(wl_country_t), NULL); in wldev_set_country()
|
| H A D | dhd_ccode.c | 204 dhd_ccode_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_ccode_map_country_list()
|
| H A D | dhd_config.c | 906 dhd_conf_get_country(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_conf_get_country() 910 memset(cspec, 0, sizeof(wl_country_t)); in dhd_conf_get_country() 911 bcm_mkiovar("country", NULL, 0, (char*)cspec, sizeof(wl_country_t)); in dhd_conf_get_country() 912 if ((bcmerror = dhd_wl_ioctl_cmd(dhd, WLC_GET_VAR, cspec, sizeof(wl_country_t), in dhd_conf_get_country() 920 dhd_conf_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_conf_map_country_list() 953 dhd_conf_set_country(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_conf_set_country() 957 memset(&dhd->dhd_cspec, 0, sizeof(wl_country_t)); in dhd_conf_set_country() 961 sizeof(wl_country_t), FALSE); in dhd_conf_set_country() 976 wl_country_t cspec; in dhd_conf_fix_country() 2549 memset(&conf->cspec, 0, sizeof(wl_country_t)); in dhd_conf_read_country()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.h | 102 wl_country_t cspec; 223 wl_country_t cspec; 407 int dhd_conf_set_country(dhd_pub_t *dhd, wl_country_t *cspec); 408 int dhd_conf_get_country(dhd_pub_t *dhd, wl_country_t *cspec); 409 int dhd_conf_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec); 411 int dhd_ccode_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec);
|
| H A D | dhd_custom_gpio.c | 384 wl_country_t *cspec, u32 flags) in get_customized_country_code() 386 get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
|
| H A D | dhd_ccode.c | 243 dhd_ccode_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_ccode_map_country_list()
|
| H A D | dhd_config.c | 1803 dhd_conf_get_country(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_conf_get_country() 1807 memset(cspec, 0, sizeof(wl_country_t)); in dhd_conf_get_country() 1808 bcm_mkiovar("country", NULL, 0, (char*)cspec, sizeof(wl_country_t)); in dhd_conf_get_country() 1809 if ((bcmerror = dhd_wl_ioctl_cmd(dhd, WLC_GET_VAR, cspec, sizeof(wl_country_t), in dhd_conf_get_country() 1817 dhd_conf_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_conf_map_country_list() 1856 dhd_conf_set_country(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_conf_set_country() 1860 memset(&dhd->dhd_cspec, 0, sizeof(wl_country_t)); in dhd_conf_set_country() 1864 sizeof(wl_country_t), FALSE); in dhd_conf_set_country() 1879 wl_country_t cspec; in dhd_conf_fix_country() 3532 memset(&conf->cspec, 0, sizeof(wl_country_t)); in dhd_conf_read_country()
|
| H A D | wldev_common.c | 513 wl_country_t cspec = {{0}, 0, {0}}; in wldev_set_country()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.h | 101 wl_country_t cspec; 224 wl_country_t cspec; 416 int dhd_conf_get_country(dhd_pub_t *dhd, wl_country_t *cspec); 418 int dhd_ccode_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec);
|
| H A D | dhd_custom_gpio.c | 384 wl_country_t *cspec, u32 flags) in get_customized_country_code() 386 get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
|
| H A D | dhd_ccode.c | 243 dhd_ccode_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_ccode_map_country_list()
|
| H A D | dhd_config.c | 1581 dhd_conf_get_country(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_conf_get_country() 1585 memset(cspec, 0, sizeof(wl_country_t)); in dhd_conf_get_country() 1586 bcm_mkiovar("country", NULL, 0, (char*)cspec, sizeof(wl_country_t)); in dhd_conf_get_country() 1587 if ((bcmerror = dhd_wl_ioctl_cmd(dhd, WLC_GET_VAR, cspec, sizeof(wl_country_t), in dhd_conf_get_country() 1595 dhd_conf_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_conf_map_country_list() 1634 dhd_conf_set_country(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_conf_set_country() 1638 memset(&dhd->dhd_cspec, 0, sizeof(wl_country_t)); in dhd_conf_set_country() 1642 sizeof(wl_country_t), FALSE); in dhd_conf_set_country() 1657 wl_country_t cspec; in dhd_conf_fix_country() 1900 wl_country_t cspec = {{0}, 0, {0}}; in dhd_conf_country() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_custom_gpio.c | 251 wl_country_t *cspec, u32 flags) in get_customized_country_code() 253 void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
|
| H A D | wldev_common.h | 101 wl_country_t *cspec); 102 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_custom_gpio.c | 251 wl_country_t *cspec, u32 flags) in get_customized_country_code() 253 void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
|
| H A D | wldev_common.h | 101 wl_country_t *cspec); 102 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
|
| H A D | wldev_common.c | 471 wl_country_t cspec = {{0}, 0, {0}};
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_custom_gpio.c | 251 wl_country_t *cspec, u32 flags) in get_customized_country_code() 253 void get_customized_country_code(void *adapter, char *country_iso_code, wl_country_t *cspec) in get_customized_country_code()
|
| H A D | wldev_common.h | 101 wl_country_t *cspec); 102 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
|
| H A D | wldev_common.c | 471 wl_country_t cspec = {{0}, 0, {0}};
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wldev_common.h | 95 wl_country_t *cspec); 96 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wldev_common.h | 95 wl_country_t *cspec); 96 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
|