Searched refs:tsp_get_cfg (Results 1 – 2 of 2) sorted by relevance
6098 TSP_CFG tsp_get_cfg; in wifi_tsp_cfg() local6099 tsp_get_cfg.thermalPowerMgmtenable = enable; in wifi_tsp_cfg()6100 tsp_get_cfg.powerMgmtBackoff = back_off; in wifi_tsp_cfg()6101 tsp_get_cfg.highPwrBOThrshld = highThreshold; in wifi_tsp_cfg()6102 tsp_get_cfg.lowPwrBOThrshld = lowThreshold; in wifi_tsp_cfg()6103 tsp_get_cfg.dutycycstep = dutycycstep; in wifi_tsp_cfg()6104 tsp_get_cfg.dutycycmin = dutycycmin; in wifi_tsp_cfg()6105 tsp_get_cfg.highthrtemp = highthrtemp; in wifi_tsp_cfg()6106 tsp_get_cfg.lowthrtemp = lowthrtemp; in wifi_tsp_cfg()6107 tsp_get_cfg.currCAUTemp = currCAUTemp; in wifi_tsp_cfg()[all …]
4659 TSP_CFG *tsp_get_cfg = (TSP_CFG *)wm_wifi.cmd_resp_priv; in wifi_process_cmd_response() local4663 *(tsp_get_cfg->thermalPowerMgmtenable) = data->thermalPowerMgmtenable; in wifi_process_cmd_response()4664 *(tsp_get_cfg->powerMgmtBackoff) = data->powerMgmtBackoff; in wifi_process_cmd_response()4665 *(tsp_get_cfg->lowPwrBOThrshld) = data->lowPwrBOThrshld; in wifi_process_cmd_response()4666 *(tsp_get_cfg->highPwrBOThrshld) = data->highPwrBOThrshld; in wifi_process_cmd_response()4667 *(tsp_get_cfg->dutycycstep) = data->dutycycstep; in wifi_process_cmd_response()4668 *(tsp_get_cfg->dutycycmin) = data->dutycycmin; in wifi_process_cmd_response()4669 *(tsp_get_cfg->highthrtemp) = data->highthrtemp; in wifi_process_cmd_response()4670 *(tsp_get_cfg->lowthrtemp) = data->lowthrtemp; in wifi_process_cmd_response()4671 *(tsp_get_cfg->currCAUTemp) = data->currCAUTemp; in wifi_process_cmd_response()[all …]