Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_data.c1965 t_thermal_cmd_params thermal_info) in wma_set_thermal_mgmt() argument
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()
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/
Dwlan_fwol_ucfg_api.c240 struct wlan_fwol_thermal_temp *thermal_info) in ucfg_fwol_get_thermal_temp() argument
250 *thermal_info = fwol_obj->cfg.thermal_temp_cfg; in ucfg_fwol_get_thermal_temp()
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_internal.h998 t_thermal_cmd_params thermal_info);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_api.c735 struct thermal_cmd_params *thermal_info) in wmi_unified_set_thermal_mgmt_cmd() argument
739 thermal_info); in wmi_unified_set_thermal_mgmt_cmd()
Dwmi_unified_tlv.c5306 struct thermal_cmd_params *thermal_info) in send_set_thermal_mgmt_cmd_tlv() argument
5314 switch (thermal_info->thermal_action) { in send_set_thermal_mgmt_cmd_tlv()
5333 thermal_info->thermal_action); in send_set_thermal_mgmt_cmd_tlv()
5350 cmd->lower_thresh_degreeC = thermal_info->min_temp; in send_set_thermal_mgmt_cmd_tlv()
5351 cmd->upper_thresh_degreeC = thermal_info->max_temp; in send_set_thermal_mgmt_cmd_tlv()
5352 cmd->enable = thermal_info->thermal_enable; in send_set_thermal_mgmt_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_api.h1545 struct thermal_cmd_params *thermal_info);
Dwmi_unified_priv.h794 struct thermal_cmd_params *thermal_info);