Home
last modified time | relevance | path

Searched refs:thermalLevels (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c1748 wma->thermal_mgmt_info.thermalLevels[WLAN_WMA_THERMAL_LEVEL_0]. in wma_update_thermal_cfg_to_fw()
1751 wma->thermal_mgmt_info.thermalLevels[WLAN_WMA_THERMAL_LEVEL_0]. 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()
1811 wma->thermal_mgmt_info.thermalLevels[0].maxTempThreshold = in wma_process_init_thermal_info()
1812 pThermalParams->thermalLevels[0].maxTempThreshold; 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()
1815 wma->thermal_mgmt_info.thermalLevels[1].maxTempThreshold = in wma_process_init_thermal_info()
1816 pThermalParams->thermalLevels[1].maxTempThreshold; in wma_process_init_thermal_info()
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c8688 pWmaParam->thermalLevels[0].minTempThreshold = in sme_init_thermal_info()
8690 pWmaParam->thermalLevels[0].maxTempThreshold = in sme_init_thermal_info()
8692 pWmaParam->thermalLevels[1].minTempThreshold = in sme_init_thermal_info()
8694 pWmaParam->thermalLevels[1].maxTempThreshold = in sme_init_thermal_info()
8696 pWmaParam->thermalLevels[2].minTempThreshold = in sme_init_thermal_info()
8698 pWmaParam->thermalLevels[2].maxTempThreshold = in sme_init_thermal_info()
8700 pWmaParam->thermalLevels[3].minTempThreshold = in sme_init_thermal_info()
8702 pWmaParam->thermalLevels[3].maxTempThreshold = in sme_init_thermal_info()
8704 pWmaParam->thermalLevels[4].minTempThreshold = in sme_init_thermal_info()
8706 pWmaParam->thermalLevels[4].maxTempThreshold = in sme_init_thermal_info()
[all …]
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h2371 t_thermal_level_info thermalLevels[WLAN_WMA_MAX_THERMAL_LEVELS]; member