Home
last modified time | relevance | path

Searched refs:wl_country_t (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.h92 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 Ddhd_custom_gpio.c252 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 Dwldev_common.h102 wl_country_t *cspec);
103 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
H A Dwldev_common.c480 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 Ddhd_ccode.c204 dhd_ccode_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_ccode_map_country_list()
H A Ddhd_config.c906 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 Ddhd_config.h102 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 Ddhd_custom_gpio.c384 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 Ddhd_ccode.c243 dhd_ccode_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_ccode_map_country_list()
H A Ddhd_config.c1803 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 Dwldev_common.c513 wl_country_t cspec = {{0}, 0, {0}}; in wldev_set_country()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h101 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 Ddhd_custom_gpio.c384 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 Ddhd_ccode.c243 dhd_ccode_map_country_list(dhd_pub_t *dhd, wl_country_t *cspec) in dhd_ccode_map_country_list()
H A Ddhd_config.c1581 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 Ddhd_custom_gpio.c251 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 Dwldev_common.h101 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 Ddhd_custom_gpio.c251 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 Dwldev_common.h101 wl_country_t *cspec);
102 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
H A Dwldev_common.c471 wl_country_t cspec = {{0}, 0, {0}};
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_custom_gpio.c251 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 Dwldev_common.h101 wl_country_t *cspec);
102 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
H A Dwldev_common.c471 wl_country_t cspec = {{0}, 0, {0}};
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwldev_common.h95 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 Dwldev_common.h95 wl_country_t *cspec);
96 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);

123