Searched refs:therm_mgmt_cmd (Results 1 – 1 of 1) sorted by relevance
16267 t_thermal_cmd_params *therm_mgmt_cmd; in sme_set_thermal_mgmt() local16271 therm_mgmt_cmd = qdf_mem_malloc(sizeof(*therm_mgmt_cmd)); in sme_set_thermal_mgmt()16272 if (!therm_mgmt_cmd) { in sme_set_thermal_mgmt()16277 therm_mgmt_cmd->minTemp = lower_thresh_deg; in sme_set_thermal_mgmt()16278 therm_mgmt_cmd->maxTemp = higher_thresh_deg; in sme_set_thermal_mgmt()16279 therm_mgmt_cmd->thermalEnable = 1; in sme_set_thermal_mgmt()16284 msg.bodyptr = therm_mgmt_cmd; in sme_set_thermal_mgmt()16290 qdf_mem_free(therm_mgmt_cmd); in sme_set_thermal_mgmt()