Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c1710 wma->thermal_mgmt_info.throttle_duty_cycle_tbl[thermal_level]; in wma_update_thermal_mitigation_to_fw()
1748 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()
1754 wma->thermal_mgmt_info.thermalMgmtEnabled; in wma_update_thermal_cfg_to_fw()
1755 thermal_params.thermal_action = wma->thermal_mgmt_info.thermal_action; in wma_update_thermal_cfg_to_fw()
1807 wma->thermal_mgmt_info.thermalMgmtEnabled = in wma_process_init_thermal_info()
1809 wma->thermal_mgmt_info.thermalLevels[0].minTempThreshold = in wma_process_init_thermal_info()
1811 wma->thermal_mgmt_info.thermalLevels[0].maxTempThreshold = in wma_process_init_thermal_info()
1813 wma->thermal_mgmt_info.thermalLevels[1].minTempThreshold = in wma_process_init_thermal_info()
1815 wma->thermal_mgmt_info.thermalLevels[1].maxTempThreshold = in wma_process_init_thermal_info()
[all …]
H A Dwma_main.c9836 if (!wma_handle->thermal_mgmt_info.thermalMgmtEnabled) in wma_mc_process_msg()
9844 if (!wma_handle->thermal_mgmt_info.thermalMgmtEnabled) in wma_mc_process_msg()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h1028 t_thermal_mgmt thermal_mgmt_info; member