Home
last modified time | relevance | path

Searched refs:bcm_strtoul (Results 1 – 25 of 75) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_exportfs.c215 onoff = bcm_strtoul(buf, NULL, 10); in wklock_trace_onoff()
252 onoff = bcm_strtoul(buf, NULL, 10); in lbtxp_onoff()
292 onoff = bcm_strtoul(buf, NULL, 10); in lbrxp_onoff()
331 val = bcm_strtoul(buf, NULL, 10); in logdump_periodic_flush_onoff()
357 val = bcm_strtoul(buf, NULL, 10); in logdump_ecntr_onoff()
399 onoff = bcm_strtoul(buf, NULL, 10); in ecounter_onoff()
699 memval = bcm_strtoul(buf, NULL, 10); in set_memdump_info()
796 assert_val = bcm_strtoul(buf, NULL, 10); in set_assert_info()
900 ant_val = bcm_strtoul(buf, NULL, 10); in set_ant_info()
943 pm_val = bcm_strtoul(buf, NULL, 10); in set_pm_info()
[all …]
H A Dlinux_osl.c399 (phys_addr_t)bcm_strtoul(stbparam_get("secdma_cma_addr"), NULL, 0); in osl_attach()
400 secdma_memsize = bcm_strtoul(stbparam_get("secdma_cma_size"), NULL, 0); in osl_attach()
403 (phys_addr_t)bcm_strtoul(stbparam_get("secdma_cma_addr2"), NULL, 0); in osl_attach()
404 secdma_memsize = bcm_strtoul(stbparam_get("secdma_cma_size2"), NULL, 0); in osl_attach()
H A Dbcmutils.c1798 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul() function
1806 return (int)bcm_strtoul(s, NULL, 10); in bcm_atoi()
2023 ea->octet[i++] = (uint8) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe()
2039 ip->addr[i++] = (uint8)bcm_strtoul(p, &c, 0); in bcm_atoipv4()
H A Ddhd_common.c1359 int_arg = bcm_strtoul(p+1, &end_ptr, 10); in dhd_mem_debug()
1489 sa[i] = (uint8)bcm_strtoul(msg, &end_ptr, 16); in dhd_flow_ring_debug()
1506 da[i] = (uint8)bcm_strtoul(msg, &end_ptr, 16); in dhd_flow_ring_debug()
1521 prio = (uint8)bcm_strtoul(msg, &end_ptr, 10); in dhd_flow_ring_debug()
1542 flowid = (uint16)bcm_strtoul(msg, &end_ptr, 10); in dhd_flow_ring_debug()
3781 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
5895 fwid = bcm_strtoul((char *)pfw_id, NULL, 16); in dhd_parse_logstrs_file()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_exportfs.c223 onoff = bcm_strtoul(buf, NULL, 10); in wklock_trace_onoff()
260 onoff = bcm_strtoul(buf, NULL, 10); in lbtxp_onoff()
300 onoff = bcm_strtoul(buf, NULL, 10); in lbrxp_onoff()
339 val = bcm_strtoul(buf, NULL, 10); in logdump_periodic_flush_onoff()
365 val = bcm_strtoul(buf, NULL, 10); in logdump_ecntr_onoff()
407 onoff = bcm_strtoul(buf, NULL, 10); in ecounter_onoff()
705 memval = bcm_strtoul(buf, NULL, 10); in set_memdump_info()
795 assert_val = bcm_strtoul(buf, NULL, 10); in set_assert_info()
899 ant_val = bcm_strtoul(buf, NULL, 10); in set_ant_info()
942 pm_val = bcm_strtoul(buf, NULL, 10); in set_pm_info()
[all …]
H A Dlinux_osl.c399 (phys_addr_t)bcm_strtoul(stbparam_get("secdma_cma_addr"), NULL, 0); in osl_attach()
400 secdma_memsize = bcm_strtoul(stbparam_get("secdma_cma_size"), NULL, 0); in osl_attach()
403 (phys_addr_t)bcm_strtoul(stbparam_get("secdma_cma_addr2"), NULL, 0); in osl_attach()
404 secdma_memsize = bcm_strtoul(stbparam_get("secdma_cma_size2"), NULL, 0); in osl_attach()
H A Dbcmutils.c1798 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul() function
1806 return (int)bcm_strtoul(s, NULL, 10); in bcm_atoi()
2023 ea->octet[i++] = (uint8) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe()
2039 ip->addr[i++] = (uint8)bcm_strtoul(p, &c, 0); in bcm_atoipv4()
H A Ddhd_common.c1360 int_arg = bcm_strtoul(p+1, &end_ptr, 10); in dhd_mem_debug()
1490 sa[i] = (uint8)bcm_strtoul(msg, &end_ptr, 16); in dhd_flow_ring_debug()
1507 da[i] = (uint8)bcm_strtoul(msg, &end_ptr, 16); in dhd_flow_ring_debug()
1522 prio = (uint8)bcm_strtoul(msg, &end_ptr, 10); in dhd_flow_ring_debug()
1543 flowid = (uint16)bcm_strtoul(msg, &end_ptr, 10); in dhd_flow_ring_debug()
3801 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
5911 fwid = bcm_strtoul((char *)pfw_id, NULL, 16); in dhd_parse_logstrs_file()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_exportfs.c223 onoff = bcm_strtoul(buf, NULL, 10); in wklock_trace_onoff()
260 onoff = bcm_strtoul(buf, NULL, 10); in lbtxp_onoff()
300 onoff = bcm_strtoul(buf, NULL, 10); in lbrxp_onoff()
339 val = bcm_strtoul(buf, NULL, 10); in logdump_periodic_flush_onoff()
365 val = bcm_strtoul(buf, NULL, 10); in logdump_ecntr_onoff()
407 onoff = bcm_strtoul(buf, NULL, 10); in ecounter_onoff()
705 memval = bcm_strtoul(buf, NULL, 10); in set_memdump_info()
795 assert_val = bcm_strtoul(buf, NULL, 10); in set_assert_info()
899 ant_val = bcm_strtoul(buf, NULL, 10); in set_ant_info()
942 pm_val = bcm_strtoul(buf, NULL, 10); in set_pm_info()
[all …]
H A Dlinux_osl.c399 (phys_addr_t)bcm_strtoul(stbparam_get("secdma_cma_addr"), NULL, 0); in osl_attach()
400 secdma_memsize = bcm_strtoul(stbparam_get("secdma_cma_size"), NULL, 0); in osl_attach()
403 (phys_addr_t)bcm_strtoul(stbparam_get("secdma_cma_addr2"), NULL, 0); in osl_attach()
404 secdma_memsize = bcm_strtoul(stbparam_get("secdma_cma_size2"), NULL, 0); in osl_attach()
H A Dbcmutils.c1798 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul() function
1806 return (int)bcm_strtoul(s, NULL, 10); in bcm_atoi()
2023 ea->octet[i++] = (uint8) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe()
2039 ip->addr[i++] = (uint8)bcm_strtoul(p, &c, 0); in bcm_atoipv4()
H A Ddhd_common.c1360 int_arg = bcm_strtoul(p+1, &end_ptr, 10); in dhd_mem_debug()
1490 sa[i] = (uint8)bcm_strtoul(msg, &end_ptr, 16); in dhd_flow_ring_debug()
1507 da[i] = (uint8)bcm_strtoul(msg, &end_ptr, 16); in dhd_flow_ring_debug()
1522 prio = (uint8)bcm_strtoul(msg, &end_ptr, 10); in dhd_flow_ring_debug()
1543 flowid = (uint16)bcm_strtoul(msg, &end_ptr, 10); in dhd_flow_ring_debug()
3801 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
5911 fwid = bcm_strtoul((char *)pfw_id, NULL, 16); in dhd_parse_logstrs_file()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c206 onoff = bcm_strtoul(buf, NULL, 10); in wklock_trace_onoff()
241 val = bcm_strtoul(buf, NULL, 10); in logdump_periodic_flush_onoff()
267 val = bcm_strtoul(buf, NULL, 10); in logdump_ecntr_onoff()
309 onoff = bcm_strtoul(buf, NULL, 10); in ecounter_onoff()
349 onoff = bcm_strtoul(buf, NULL, 10); in update_sock_qos_onoff()
380 onoff = bcm_strtoul(buf, NULL, 10); in update_sock_qos_upgrade()
570 clear = bcm_strtoul(buf, NULL, 10); in clear_sock_qos_stats()
647 onoff = bcm_strtoul(buf, NULL, 10); in set_sssr_enab()
676 onoff = bcm_strtoul(buf, NULL, 10); in set_fis_enab()
1301 memval = bcm_strtoul(buf, NULL, 10); in set_memdump_info()
[all …]
H A Ddhd_statlog.c955 req_num = bcm_strtoul(token, NULL, 0); in dhd_statlog_query()
964 stat_num = bcm_strtoul(token, NULL, 0); in dhd_statlog_query()
983 stat = bcm_strtoul(token, NULL, 0); in dhd_statlog_query()
H A Dwl_android_ext.h38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
H A Dbcmutils.c193 return (bcm_strtoul(val, NULL, 0)); in getintvar_internal()
216 val = bcm_strtoul(buf, &endp, 0); in getintvararray_internal()
249 val = bcm_strtoul(buf, &endp, 0); in getintvararraysize_internal()
2951 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul() function
2959 return (int)bcm_strtoul(s, NULL, 10); in bcm_atoi()
3179 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe()
3196 ip->addr[i++] = (uint8)bcm_strtoul(p, &c, 0); in bcm_atoipv4()
4630 buf[i] = (uint8) bcm_strtoul(tmp, NULL, 16); in bcmhex2bin()
H A Dwl_cfgnan.h105 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c208 onoff = bcm_strtoul(buf, NULL, 10); in wklock_trace_onoff()
243 val = bcm_strtoul(buf, NULL, 10); in logdump_periodic_flush_onoff()
269 val = bcm_strtoul(buf, NULL, 10); in logdump_ecntr_onoff()
311 onoff = bcm_strtoul(buf, NULL, 10); in ecounter_onoff()
351 onoff = bcm_strtoul(buf, NULL, 10); in update_sock_qos_onoff()
382 onoff = bcm_strtoul(buf, NULL, 10); in update_sock_qos_upgrade()
572 clear = bcm_strtoul(buf, NULL, 10); in clear_sock_qos_stats()
649 onoff = bcm_strtoul(buf, NULL, 10); in set_sssr_enab()
678 onoff = bcm_strtoul(buf, NULL, 10); in set_fis_enab()
1303 memval = bcm_strtoul(buf, NULL, 10); in set_memdump_info()
[all …]
H A Ddhd_statlog.c955 req_num = bcm_strtoul(token, NULL, 0); in dhd_statlog_query()
964 stat_num = bcm_strtoul(token, NULL, 0); in dhd_statlog_query()
983 stat = bcm_strtoul(token, NULL, 0); in dhd_statlog_query()
H A Dwl_android_ext.h38 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
H A Dbcmutils.c193 return (bcm_strtoul(val, NULL, 0)); in getintvar_internal()
216 val = bcm_strtoul(buf, &endp, 0); in getintvararray_internal()
249 val = bcm_strtoul(buf, &endp, 0); in getintvararraysize_internal()
2951 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul() function
2959 return (int)bcm_strtoul(s, NULL, 10); in bcm_atoi()
3179 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe()
3196 ip->addr[i++] = (uint8)bcm_strtoul(p, &c, 0); in bcm_atoipv4()
4630 buf[i] = (uint8) bcm_strtoul(tmp, NULL, 16); in bcmhex2bin()
H A Dwl_cfgnan.h105 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dlinux_osl.c451 (phys_addr_t)bcm_strtoul(stbparam_get("secdma_cma_addr"), NULL, 0); in osl_attach()
452 secdma_memsize = bcm_strtoul(stbparam_get("secdma_cma_size"), NULL, 0); in osl_attach()
455 (phys_addr_t)bcm_strtoul(stbparam_get("secdma_cma_addr2"), NULL, 0); in osl_attach()
456 secdma_memsize = bcm_strtoul(stbparam_get("secdma_cma_size2"), NULL, 0); in osl_attach()
H A Dbcmwifi_channels.c39 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
H A Dbcmutils.c339 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul() function
403 return (int)bcm_strtoul(s, NULL, 10); in bcm_atoi()
624 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe()
640 ip->addr[i++] = (uint8)bcm_strtoul(p, &c, 0); in bcm_atoipv4()

123