Lines Matching refs:simple_strtol

1696 		rsdb_mode_cfg.config = (int)simple_strtol(buf, NULL, 0);  in dhd_conf_rsdb_mode()
1839 he_val = simple_strtol(he_val_str, NULL, 0); in dhd_conf_he_cmd()
2007 val = (int)simple_strtol(pch, NULL, 0); in dhd_conf_set_wl_cmd()
3273 chip = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_chiprev()
3277 rev = (int)simple_strtol(pch+strlen("rev="), NULL, 0); in dhd_conf_read_chiprev()
3295 dhd_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
3299 dump_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
3304 sd_msglevel = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
3310 dbus_msglevel = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
3315 android_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
3319 config_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
3324 wl_dbg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
3330 iw_msg_level = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
3336 dhd->dhd_console_ms = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_log_level()
3354 wme->aifsn[ac_val] = (int)simple_strtol(pch+strlen("aifsn "), NULL, 0); in dhd_conf_read_wme_ac_value()
3360 wme->ecwmin[ac_val] = (int)simple_strtol(pch+strlen("ecwmin "), NULL, 0); in dhd_conf_read_wme_ac_value()
3366 wme->ecwmax[ac_val] = (int)simple_strtol(pch+strlen("ecwmax "), NULL, 0); in dhd_conf_read_wme_ac_value()
3372 wme->txop[ac_val] = (int)simple_strtol(pch+strlen("txop "), NULL, 0); in dhd_conf_read_wme_ac_value()
3388 conf->force_wme_ac = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_wme_ac_params()
3450 conf->fw_by_mac.count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_fw_by_mac()
3462 mac_list[i].count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_fw_by_mac()
3474 mac_range[j].oui = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_fw_by_mac()
3476 mac_range[j].nic_start = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_fw_by_mac()
3478 mac_range[j].nic_end = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_fw_by_mac()
3507 conf->nv_by_mac.count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_mac()
3519 mac_list[i].count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_mac()
3531 mac_range[j].oui = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_mac()
3533 mac_range[j].nic_start = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_mac()
3535 mac_range[j].nic_end = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_mac()
3567 conf->nv_by_chip.count = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_chip()
3577 chip_nv_path[i].chip = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_chip()
3579 chip_nv_path[i].chiprev = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_nv_by_chip()
3613 conf->roam_trigger[0] = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_roam_params()
3617 conf->roam_scan_period[0] = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_roam_params()
3621 conf->roam_delta[0] = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_roam_params()
3625 conf->fullroamperiod = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_roam_params()
3664 conf->cspec.rev = (int32)simple_strtol(data, NULL, 10); in dhd_conf_read_country()
3696 country->cspec.rev = (int32)simple_strtol(pch, NULL, 10); in dhd_conf_read_country()
3747 mchan->bw = (int)simple_strtol(pch, NULL, 0); in dhd_conf_read_mchan_params()
3837 conf->pkt_filter_del.id[i] = (uint32)simple_strtol(pch, NULL, 10); in dhd_conf_read_pkt_filter()
3914 conf->dhcpc_enable = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_dhcp_params()
3918 conf->dhcpd_enable = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_dhcp_params()
3982 conf->use_rxchain = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
3986 conf->dhd_txminmax = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
3990 conf->txinrx_thres = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
3995 conf->max_hdr_read = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
3999 firstread = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
4013 conf->dpc_cpucore = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
4017 conf->rxf_cpucore = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
4021 conf->dhd_dpc_prio = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
4026 conf->txglomsize = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
4054 conf->deferred_tx_len = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
4058 conf->txctl_tmo_fix = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_sdio_params()
4062 conf->tx_max_offset = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
4102 conf->ramsize = (uint32)simple_strtol(data, NULL, 0); in dhd_conf_read_sdio_params()
4108 conf->read_intr_mode = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_sdio_params()
4113 conf->kso_try_max = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_sdio_params()
4138 conf->flow_ring_queue_threshold = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_pcie_params()
4142 conf->d2h_intr_control = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_pcie_params()
4146 conf->enq_hdr_pkt = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pcie_params()
4150 conf->aspm = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pcie_params()
4154 conf->l1ss = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pcie_params()
4178 conf->pm = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_pm_params()
4182 conf->pm_in_suspend = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_pm_params()
4186 conf->suspend_mode = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pm_params()
4196 conf->suspend_bcn_li_dtim = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_pm_params()
4207 conf->insuspend = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pm_params()
4212 conf->wowl = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pm_params()
4267 dhd_watchdog_ms = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4283 conf->bw_cap[0] = (uint)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4287 conf->bw_cap[1] = (uint)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4294 conf->bw_cap[0] = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_others()
4299 conf->bw_cap[1] = (uint32)simple_strtol(pch, NULL, 0); in dhd_conf_read_others()
4308 conf->channels.channel[i] = (uint32)simple_strtol(pch, NULL, 10); in dhd_conf_read_others()
4319 conf->keep_alive_period = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4332 conf->srl = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4336 conf->lrl = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4340 conf->bcn_timeout= (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4344 conf->frameburst = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4348 conf->disable_proptx = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4353 conf->tcpack_sup_mode = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4357 conf->tcpack_sup_ratio = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4361 conf->tcpack_sup_delay = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4366 conf->pktprio8021x = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4371 dhd_txbound = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4375 dhd_rxbound = (uint)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4380 conf->orphan_move = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4384 conf->tsq = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4388 conf->ctrl_resched = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4392 conf->rxcnt_timeout = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_others()
4396 conf->in4way = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4401 btc_war = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4406 conf->war = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4475 conf->proptx_maxcnt_2g = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4479 conf->proptx_maxcnt_5g = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4485 conf->data_drop_mode = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4489 conf->tput_monitor_ms = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4494 conf->doflow_tput_thresh = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4503 conf->scan_intput = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4507 conf->scan_tput_thresh = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4513 conf->scan_busy_tmo = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4517 conf->scan_busy_thresh = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4531 conf->mtu = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()