Home
last modified time | relevance | path

Searched refs:simple_strtol (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_config.c1333 rsdb_mode_cfg.config = (int)simple_strtol(buf, NULL, 0); in dhd_conf_rsdb_mode()
1415 he_val = simple_strtol(he_val_str, NULL, 0); in dhd_conf_he_cmd()
1494 cmd = (int)simple_strtol(pch, NULL, 0); in dhd_conf_set_wl_cmd()
1506 val = (int)simple_strtol(pch, NULL, 0); in dhd_conf_set_wl_cmd()
2801 chip = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_chiprev()
2805 rev = (int)simple_strtol(pch+strlen("rev="), NULL, 0); in dhd_conf_read_chiprev()
2823 dhd_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
2827 dump_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
2832 sd_msglevel = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
2838 dbus_msglevel = (int)simple_strtol(dat in dhd_conf_read_log_level()
[all...]
H A Ddhd_ccode.c262 cspec->rev = (int)simple_strtol(pch+strlen(cspec->ccode)+1, NULL, 0); in dhd_ccode_map_country_list()
269 cspec->rev = (int)simple_strtol(ccode_ww+3, NULL, 0); in dhd_ccode_map_country_list()
H A Dwl_android_ext.c2298 apsta_params->acs = simple_strtol(data, NULL, 0); in wl_ext_isam_param()
2402 apsta_params->rsdb = (int)simple_strtol(pick_tmp2, NULL, 0); in wl_ext_isam_init()
2413 apsta_params->csa = (int)simple_strtol(pick_tmp2, NULL, 0); in wl_ext_isam_init()
2415 apsta_params->acs = (int)simple_strtol(pick_tmp2, NULL, 0); in wl_ext_isam_init()
2418 apsta_params->macs = (int)simple_strtol(pick_tmp2, NULL, 0); in wl_ext_isam_init()
2552 ((u8 *)&cur_if->bssid)[j] = (int)simple_strtol(pch, NULL, 16); in wl_ext_parse_config()
2580 cur_if->maxassoc = (int)simple_strtol(pick_tmp, NULL, 10); in wl_ext_parse_config()
2582 cur_if->channel = (int)simple_strtol(pick_tmp, NULL, 10); in wl_ext_parse_config()
5827 rsdb_mode_cfg.config = (int)simple_strtol(data, NULL, 0); in wl_ext_rsdb_mode()
6015 new_id = simple_strtol(dat in wl_ext_pkt_filter_add()
[all...]
H A Dwl_android.c1257 batch_params.scan_fr = simple_strtol(value, NULL, 0); in wls_parse_batching_cmd()
1260 batch_params.bestn = simple_strtol(value, NULL, 0); in wls_parse_batching_cmd()
1263 batch_params.mscan = simple_strtol(value, NULL, 0); in wls_parse_batching_cmd()
1296 simple_strtol(token2, NULL, 0); in wls_parse_batching_cmd()
1303 batch_params.rtt = simple_strtol(value, NULL, 0); in wls_parse_batching_cmd()
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dsystem.c197 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
371 *s = (signed char)simple_strtol(str, &next, base); in pre_vsscanf()
380 *s = (short)simple_strtol(str, &next, base); in pre_vsscanf()
389 *l = simple_strtol(str, &next, base); in pre_vsscanf()
414 *i = (int)simple_strtol(str, &next, base); in pre_vsscanf()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_string.c59 return simple_strtol(str, end, base); in osal_strtol()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_string.c145 return simple_strtol(cp, endp, base); in osal_strtol()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c1397 bpp = simple_strtol(str, end_ptr, 0xa); in drm_mode_parse_cmdline_bpp()
1417 refresh = simple_strtol(str, end_ptr, 0xa); in drm_mode_parse_cmdline_refresh()
1492 xres = simple_strtol(str, &end_ptr, 0xa); in drm_mode_parse_cmdline_res_mode()
1503 yres = simple_strtol(str, &end_ptr, 0xa); in drm_mode_parse_cmdline_res_mode()
1561 *int_ret = simple_strtol(value, &endp, 0xa); in drm_mode_parse_cmdline_int()

Completed in 24 milliseconds