Lines Matching refs:minTempThreshold

1749 		minTempThreshold;  in wma_update_thermal_cfg_to_fw()
1809 wma->thermal_mgmt_info.thermalLevels[0].minTempThreshold = in wma_process_init_thermal_info()
1810 pThermalParams->thermalLevels[0].minTempThreshold; in wma_process_init_thermal_info()
1813 wma->thermal_mgmt_info.thermalLevels[1].minTempThreshold = in wma_process_init_thermal_info()
1814 pThermalParams->thermalLevels[1].minTempThreshold; in wma_process_init_thermal_info()
1817 wma->thermal_mgmt_info.thermalLevels[2].minTempThreshold = in wma_process_init_thermal_info()
1818 pThermalParams->thermalLevels[2].minTempThreshold; in wma_process_init_thermal_info()
1821 wma->thermal_mgmt_info.thermalLevels[3].minTempThreshold = in wma_process_init_thermal_info()
1822 pThermalParams->thermalLevels[3].minTempThreshold; in wma_process_init_thermal_info()
1825 wma->thermal_mgmt_info.thermalLevels[4].minTempThreshold = in wma_process_init_thermal_info()
1826 pThermalParams->thermalLevels[4].minTempThreshold; in wma_process_init_thermal_info()
1829 wma->thermal_mgmt_info.thermalLevels[5].minTempThreshold = in wma_process_init_thermal_info()
1830 pThermalParams->thermalLevels[5].minTempThreshold; in wma_process_init_thermal_info()
1842 wma->thermal_mgmt_info.thermalLevels[0].minTempThreshold, in wma_process_init_thermal_info()
1844 wma->thermal_mgmt_info.thermalLevels[1].minTempThreshold, in wma_process_init_thermal_info()
1846 wma->thermal_mgmt_info.thermalLevels[2].minTempThreshold, in wma_process_init_thermal_info()
1848 wma->thermal_mgmt_info.thermalLevels[3].minTempThreshold, in wma_process_init_thermal_info()
1850 wma->thermal_mgmt_info.thermalLevels[4].minTempThreshold, in wma_process_init_thermal_info()
1852 wma->thermal_mgmt_info.thermalLevels[5].minTempThreshold, in wma_process_init_thermal_info()
2001 while (temp < wma->thermal_mgmt_info.thermalLevels[i].minTempThreshold in wma_thermal_mgmt_get_level()
2127 minTempThreshold; in wma_thermal_mgmt_evt_handler()