Searched refs:thermal_temp (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/ |
H A D | wlan_fw_offload_main.c | 122 struct wlan_fwol_thermal_temp *thermal_temp) in fwol_init_thermal_stats_in_cfg() argument 124 thermal_temp->therm_stats_offset = in fwol_init_thermal_stats_in_cfg() 130 struct wlan_fwol_thermal_temp *thermal_temp) in fwol_init_thermal_stats_in_cfg() argument 137 struct wlan_fwol_thermal_temp *thermal_temp) in fwol_init_thermal_temp_in_cfg() argument 139 thermal_temp->thermal_temp_min_level[0] = in fwol_init_thermal_temp_in_cfg() 141 thermal_temp->thermal_temp_max_level[0] = in fwol_init_thermal_temp_in_cfg() 143 thermal_temp->thermal_temp_min_level[1] = in fwol_init_thermal_temp_in_cfg() 145 thermal_temp->thermal_temp_max_level[1] = in fwol_init_thermal_temp_in_cfg() 147 thermal_temp->thermal_temp_min_level[2] = in fwol_init_thermal_temp_in_cfg() 149 thermal_temp->thermal_temp_max_level[2] = in fwol_init_thermal_temp_in_cfg() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_thermal.c | 91 struct wlan_fwol_thermal_temp thermal_temp = {0}; in hdd_send_thermal_mitigation_val() local 96 status = ucfg_fwol_get_thermal_temp(hdd_ctx->psoc, &thermal_temp); in hdd_send_thermal_mitigation_val() 104 dc_off_percent = thermal_temp.throttle_dutycycle_level[5]; in hdd_send_thermal_mitigation_val() 107 dc_off_percent = thermal_temp.throttle_dutycycle_level[4]; in hdd_send_thermal_mitigation_val() 110 dc_off_percent = thermal_temp.throttle_dutycycle_level[3]; in hdd_send_thermal_mitigation_val() 113 dc_off_percent = thermal_temp.throttle_dutycycle_level[2]; in hdd_send_thermal_mitigation_val() 116 dc_off_percent = thermal_temp.throttle_dutycycle_level[1]; in hdd_send_thermal_mitigation_val() 120 dc_off_percent = thermal_temp.throttle_dutycycle_level[0]; in hdd_send_thermal_mitigation_val() 127 dc = thermal_temp.thermal_sampling_time; in hdd_send_thermal_mitigation_val() 137 thermal_temp.priority_apps, in hdd_send_thermal_mitigation_val() [all …]
|
H A D | wlan_hdd_sysfs_thermal_cfg.c | 67 struct wlan_fwol_thermal_temp thermal_temp = {0}; in __hdd_sysfs_thermal_cfg_store() local 69 status = ucfg_fwol_get_thermal_temp(hdd_ctx->psoc, &thermal_temp); in __hdd_sysfs_thermal_cfg_store() 151 thermal_temp.priority_apps, in __hdd_sysfs_thermal_cfg_store() 152 thermal_temp.priority_wpps, in __hdd_sysfs_thermal_cfg_store()
|
H A D | wlan_hdd_wext.c | 6994 struct wlan_fwol_thermal_temp thermal_temp = {0}; in __iw_set_var_ints_getnone() local 7000 &thermal_temp); in __iw_set_var_ints_getnone() 7021 thermal_temp.priority_apps, in __iw_set_var_ints_getnone() 7022 thermal_temp.priority_wpps, in __iw_set_var_ints_getnone()
|
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/ |
H A D | wlan_fwol_ucfg_api.c | 1174 struct wlan_fwol_thermal_temp thermal_temp = {0}; in ucfg_fwol_send_get_thermal_stats_cmd() local 1184 status = ucfg_fwol_get_thermal_temp(psoc, &thermal_temp); in ucfg_fwol_send_get_thermal_stats_cmd() 1192 if (!thermal_temp.therm_stats_offset || in ucfg_fwol_send_get_thermal_stats_cmd() 1195 thermal_temp.therm_stats_offset, in ucfg_fwol_send_get_thermal_stats_cmd() 1210 thermal_temp.therm_stats_offset); in ucfg_fwol_send_get_thermal_stats_cmd()
|
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/ |
H A D | wlan_fwol_ucfg_api.h | 167 struct wlan_fwol_thermal_temp *thermal_temp); 857 struct wlan_fwol_thermal_temp *thermal_temp) in ucfg_fwol_get_thermal_temp() argument
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
H A D | sme_api.c | 8661 struct wlan_fwol_thermal_temp thermal_temp = {0}; in sme_init_thermal_info() local 8668 status = ucfg_fwol_get_thermal_temp(mac->psoc, &thermal_temp); in sme_init_thermal_info() 8672 pWmaParam->thermalMgmtEnabled = thermal_temp.thermal_mitigation_enable; in sme_init_thermal_info() 8673 pWmaParam->throttlePeriod = thermal_temp.throttle_period; in sme_init_thermal_info() 8676 thermal_temp.throttle_dutycycle_level[0]; in sme_init_thermal_info() 8678 thermal_temp.throttle_dutycycle_level[1]; in sme_init_thermal_info() 8680 thermal_temp.throttle_dutycycle_level[2]; in sme_init_thermal_info() 8682 thermal_temp.throttle_dutycycle_level[3]; in sme_init_thermal_info() 8684 thermal_temp.throttle_dutycycle_level[4]; in sme_init_thermal_info() 8686 thermal_temp.throttle_dutycycle_level[5]; in sme_init_thermal_info() [all …]
|