Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c1744 t_thermal_cmd_params thermal_params = {0}; in wma_update_thermal_cfg_to_fw() local
1747 thermal_params.minTemp = in wma_update_thermal_cfg_to_fw()
1750 thermal_params.maxTemp = in wma_update_thermal_cfg_to_fw()
1753 thermal_params.thermalEnable = 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()
1758 thermal_params.minTemp, thermal_params.maxTemp, in wma_update_thermal_cfg_to_fw()
1759 thermal_params.thermalEnable, thermal_params.thermal_action); in wma_update_thermal_cfg_to_fw()
1761 return wma_set_thermal_mgmt(wma, thermal_params); in wma_update_thermal_cfg_to_fw()
2060 t_thermal_cmd_params thermal_params = {0}; in wma_thermal_mgmt_evt_handler() local
2125 thermal_params.minTemp = in wma_thermal_mgmt_evt_handler()
[all …]