Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_data.c1967 struct thermal_cmd_params mgmt_thermal_info = {0}; in wma_set_thermal_mgmt() local
1975 mgmt_thermal_info.min_temp = thermal_info.minTemp; in wma_set_thermal_mgmt()
1976 mgmt_thermal_info.max_temp = thermal_info.maxTemp; in wma_set_thermal_mgmt()
1977 mgmt_thermal_info.thermal_enable = thermal_info.thermalEnable; in wma_set_thermal_mgmt()
1978 mgmt_thermal_info.thermal_action = thermal_info.thermal_action; in wma_set_thermal_mgmt()
1981 &mgmt_thermal_info); in wma_set_thermal_mgmt()