Home
last modified time | relevance | path

Searched refs:bcm_atoi (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c1225 mem_val = bcm_atoi(p_mem_val); in get_mem_val_from_file()
1348 mem_val = bcm_atoi(p_mem_val); in get_assert_val_from_file()
1642 onoff = (uint32)bcm_atoi(buf); in set_bustxglom()
1682 onoff = bcm_atoi(buf); in set_roamoff()
1722 onoff = bcm_atoi(buf); in set_frameburst()
1762 onoff = bcm_atoi(buf); in set_txbf()
1923 val = bcm_atoi(buf); in set_hang_privcmd_err()
1951 val = bcm_atoi(buf); in set_control_logtrace()
1981 val = bcm_atoi(buf); in set_control_he_enab()
2016 val = bcm_atoi(buf); in set_wl_accel_force_reg_on()
[all …]
H A Dwl_android.c1509 csa_arg.mode = bcm_atoi(command); in wl_android_set_csa()
1521 csa_arg.count = bcm_atoi(command); in wl_android_set_csa()
2221 nchan = bcm_atoi(token); in wl_android_add_roam_scan_channels()
2234 channel = bcm_atoi(token); in wl_android_add_roam_scan_channels()
2306 nchan = bcm_atoi(token); in wl_android_set_roam_scan_freqs()
2319 freq = bcm_atoi(token); in wl_android_set_roam_scan_freqs()
2348 nchan = bcm_atoi(token); in wl_android_add_roam_scan_freqs()
2361 freq = bcm_atoi(token); in wl_android_add_roam_scan_freqs()
4192 wtc_config->mode = (u8)bcm_atoi(token); in wl_android_wtc_config()
4201 wtc_config->scantype = (u8)bcm_atoi(token); in wl_android_wtc_config()
[all …]
H A Ddhd_custom_sec.c388 ant_val = bcm_atoi(p_ant_val);
522 logtrace = bcm_atoi(p_logtrace);
609 val = bcm_atoi(p_val);
H A Ddhd_linux.c24952 if (val && bcm_atoi(val)) { in dhd_inform_dhd_monitor_handler()
27114 if (bcm_atoi((char*)buf) > 255) {
27168 id = bcm_atoi((char*)token);
27179 id = bcm_atoi((char*)ele_token);
27207 data[len++] = bcm_atoi((char*)token);
27217 data[len++] = bcm_atoi((char*)type);
27226 data[len++] = bcm_atoi((char*)token);
30159 band = bcm_atoi(val);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c1227 mem_val = bcm_atoi(p_mem_val); in get_mem_val_from_file()
1350 mem_val = bcm_atoi(p_mem_val); in get_assert_val_from_file()
1644 onoff = (uint32)bcm_atoi(buf); in set_bustxglom()
1684 onoff = bcm_atoi(buf); in set_roamoff()
1724 onoff = bcm_atoi(buf); in set_frameburst()
1764 onoff = bcm_atoi(buf); in set_txbf()
1925 val = bcm_atoi(buf); in set_hang_privcmd_err()
1953 val = bcm_atoi(buf); in set_control_logtrace()
1983 val = bcm_atoi(buf); in set_control_he_enab()
2018 val = bcm_atoi(buf); in set_wl_accel_force_reg_on()
[all …]
H A Dwl_android.c1525 csa_arg.mode = bcm_atoi(command); in wl_android_set_csa()
1537 csa_arg.count = bcm_atoi(command); in wl_android_set_csa()
2229 nchan = bcm_atoi(token); in wl_android_add_roam_scan_channels()
2242 channel = bcm_atoi(token); in wl_android_add_roam_scan_channels()
2314 nchan = bcm_atoi(token); in wl_android_set_roam_scan_freqs()
2327 freq = bcm_atoi(token); in wl_android_set_roam_scan_freqs()
2356 nchan = bcm_atoi(token); in wl_android_add_roam_scan_freqs()
2369 freq = bcm_atoi(token); in wl_android_add_roam_scan_freqs()
4200 wtc_config->mode = (u8)bcm_atoi(token); in wl_android_wtc_config()
4209 wtc_config->scantype = (u8)bcm_atoi(token); in wl_android_wtc_config()
[all …]
H A Ddhd_custom_sec.c388 ant_val = bcm_atoi(p_ant_val);
522 logtrace = bcm_atoi(p_logtrace);
609 val = bcm_atoi(p_val);
H A Ddhd_linux.c24841 if (val && bcm_atoi(val)) { in dhd_inform_dhd_monitor_handler()
27003 if (bcm_atoi((char*)buf) > 255) {
27057 id = bcm_atoi((char*)token);
27068 id = bcm_atoi((char*)ele_token);
27096 data[len++] = bcm_atoi((char*)token);
27106 data[len++] = bcm_atoi((char*)type);
27115 data[len++] = bcm_atoi((char*)token);
30028 band = bcm_atoi(val);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_exportfs.c634 mem_val = bcm_atoi(p_mem_val); in get_mem_val_from_file()
750 mem_val = bcm_atoi(p_mem_val); in get_assert_val_from_file()
1025 onoff = (uint32)bcm_atoi(buf); in set_bustxglom()
1065 onoff = bcm_atoi(buf); in set_roamoff()
1105 onoff = bcm_atoi(buf); in set_frameburst()
1145 onoff = bcm_atoi(buf); in set_txbf()
1309 val = bcm_atoi(buf); in set_hang_privcmd_err()
1341 val = bcm_atoi(buf); in set_control_he_enab()
H A Dwl_android.c965 channel_width = bcm_atoi(command); in wl_android_set_channel_width()
1070 val = bcm_atoi(token1); in wl_android_set_bandsteer()
1595 csa_arg.mode = bcm_atoi(command); in wl_android_set_csa()
1607 csa_arg.count = bcm_atoi(command); in wl_android_set_csa()
3130 sroam_mode = bcm_atoi(turn); in wl_android_sroam_turn_on()
3676 data = bcm_atoi(pcmd); in wl_cfg80211_wbtext_estm_enable()
4041 macmode = bcm_atoi(token); in wl_android_set_mac_address_filter()
4052 macnum = bcm_atoi(token); in wl_android_set_mac_address_filter()
4608 uint8 val = bcm_atoi(pcmd); in wl_android_natoe_subcmd_enable()
4818 ports_config.start_port_num = htod16(bcm_atoi(str)); in wl_android_natoe_subcmd_config_ports()
[all …]
H A Ddhd_linux.c21074 if (bcm_atoi((char*)buf) > 255) {
21128 id = bcm_atoi((char*)token);
21139 id = bcm_atoi((char*)ele_token);
21167 data[len++] = bcm_atoi((char*)token);
21177 data[len++] = bcm_atoi((char*)type);
21186 data[len++] = bcm_atoi((char*)token);
H A Dbcmutils.c1804 bcm_atoi(const char *s) in bcm_atoi() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_exportfs.c640 mem_val = bcm_atoi(p_mem_val); in get_mem_val_from_file()
754 mem_val = bcm_atoi(p_mem_val); in get_assert_val_from_file()
1024 onoff = (uint32)bcm_atoi(buf); in set_bustxglom()
1064 onoff = bcm_atoi(buf); in set_roamoff()
1104 onoff = bcm_atoi(buf); in set_frameburst()
1144 onoff = bcm_atoi(buf); in set_txbf()
1308 val = bcm_atoi(buf); in set_hang_privcmd_err()
1340 val = bcm_atoi(buf); in set_control_he_enab()
H A Dwl_android.c970 channel_width = bcm_atoi(command); in wl_android_set_channel_width()
1074 result = bcm_atoi(command); in wl_android_scan_protect_bss()
1102 val = bcm_atoi(token1); in wl_android_set_bandsteer()
1203 max_assoc = bcm_atoi(command); in wl_android_set_maxassoc_limit()
1627 enable_blockassoc = bcm_atoi(command); in wl_android_block_associations()
1681 csa_arg.mode = bcm_atoi(command); in wl_android_set_csa()
1693 csa_arg.count = bcm_atoi(command); in wl_android_set_csa()
3216 sroam_mode = bcm_atoi(turn); in wl_android_sroam_turn_on()
3762 data = bcm_atoi(pcmd); in wl_cfg80211_wbtext_estm_enable()
4127 macmode = bcm_atoi(token); in wl_android_set_mac_address_filter()
[all …]
H A Ddhd_linux.c20922 if (bcm_atoi((char*)buf) > 255) {
20976 id = bcm_atoi((char*)token);
20987 id = bcm_atoi((char*)ele_token);
21015 data[len++] = bcm_atoi((char*)token);
21025 data[len++] = bcm_atoi((char*)type);
21034 data[len++] = bcm_atoi((char*)token);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_exportfs.c640 mem_val = bcm_atoi(p_mem_val); in get_mem_val_from_file()
754 mem_val = bcm_atoi(p_mem_val); in get_assert_val_from_file()
1024 onoff = (uint32)bcm_atoi(buf); in set_bustxglom()
1064 onoff = bcm_atoi(buf); in set_roamoff()
1104 onoff = bcm_atoi(buf); in set_frameburst()
1144 onoff = bcm_atoi(buf); in set_txbf()
1308 val = bcm_atoi(buf); in set_hang_privcmd_err()
1340 val = bcm_atoi(buf); in set_control_he_enab()
H A Dwl_android.c951 channel_width = bcm_atoi(command); in wl_android_set_channel_width()
1055 result = bcm_atoi(command); in wl_android_scan_protect_bss()
1083 val = bcm_atoi(token1); in wl_android_set_bandsteer()
1184 max_assoc = bcm_atoi(command); in wl_android_set_maxassoc_limit()
1426 enable_blockassoc = bcm_atoi(command); in wl_android_block_associations()
1480 csa_arg.mode = bcm_atoi(command); in wl_android_set_csa()
1492 csa_arg.count = bcm_atoi(command); in wl_android_set_csa()
2938 sroam_mode = bcm_atoi(turn); in wl_android_sroam_turn_on()
3484 data = bcm_atoi(pcmd); in wl_cfg80211_wbtext_estm_enable()
4335 uint8 val = bcm_atoi(pcmd); in wl_android_natoe_subcmd_enable()
[all …]
H A Ddhd_linux.c20987 if (bcm_atoi((char*)buf) > 255) {
21041 id = bcm_atoi((char*)token);
21052 id = bcm_atoi((char*)ele_token);
21080 data[len++] = bcm_atoi((char*)token);
21090 data[len++] = bcm_atoi((char*)type);
21099 data[len++] = bcm_atoi((char*)token);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android.c849 csa_arg.mode = bcm_atoi(command); in wl_android_set_csa()
861 csa_arg.count = bcm_atoi(command); in wl_android_set_csa()
1516 macmode = bcm_atoi(token); in wl_android_set_mac_address_filter()
1527 macnum = bcm_atoi(token); in wl_android_set_mac_address_filter()
2071 uint8 val = bcm_atoi(pcmd); in wl_android_natoe_subcmd_enable()
2281 ports_config.start_port_num = htod16(bcm_atoi(str)); in wl_android_natoe_subcmd_config_ports()
2289 ports_config.no_of_ports = htod16(bcm_atoi(str)); in wl_android_natoe_subcmd_config_ports()
2367 uint8 val = bcm_atoi(pcmd); in wl_android_natoe_subcmd_dbg_stats()
2443 uint32 val = bcm_atoi(pcmd); in wl_android_natoe_subcmd_tbl_cnt()
2520 channel = bcm_atoi(cmd_str); in wl_android_set_auto_channel()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmutils.h295 extern int bcm_atoi(const char *s);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmutils.h295 extern int bcm_atoi(const char *s);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmutils.h295 extern int bcm_atoi(const char *s);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmutils.h267 extern int bcm_atoi(const char *s);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmutils.h388 extern int bcm_atoi(const char *s);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmutils.h388 extern int bcm_atoi(const char *s);

12