Searched refs:therm_throt_levels (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/components/target_if/fw_offload/src/ |
H A D | target_if_fwol.c | 288 if (rx_ops->get_thermal_stats_resp && info->therm_throt_levels) in target_if_fwol_handle_thermal_lvl_stats_evt() 415 &info.therm_throt_levels, in target_if_fwol_thermal_throttle_event_handler()
|
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/ |
H A D | wlan_fwol_public_structs.h | 92 uint32_t therm_throt_levels; member
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_thermal.c | 381 skb_len = NLMSG_HDRLEN + (get_tt_stats->therm_throt_levels) * in hdd_get_curr_thermal_stats_val() 406 for (i = 0; i < get_tt_stats->therm_throt_levels; i++) { in hdd_get_curr_thermal_stats_val()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_tlv.c | 9299 tt_conf->therm_throt_levels = param->num_thermal_conf; in send_thermal_mitigation_param_cmd_tlv() 15798 uint32_t *therm_throt_levels, in populate_thermal_stats() argument 15806 *therm_throt_levels = (tt_stats_event->therm_throt_levels > in populate_thermal_stats() 15809 tt_stats_event->therm_throt_levels; in populate_thermal_stats() 15811 if (*therm_throt_levels > param_buf->num_temp_range_stats) { in populate_thermal_stats() 15813 *therm_throt_levels, in populate_thermal_stats() 15824 for (lvl_idx = 0; lvl_idx < *therm_throt_levels; lvl_idx++) { in populate_thermal_stats() 15846 uint32_t *therm_throt_levels, in populate_thermal_stats() argument 15870 uint32_t *therm_throt_levels, in extract_thermal_stats_tlv() argument 15891 if (tt_stats_event->therm_throt_levels) in extract_thermal_stats_tlv() [all …]
|
H A D | wmi_unified_api.c | 2474 uint32_t *therm_throt_levels, in wmi_extract_thermal_stats() argument 2480 evt_buf, temp, level, therm_throt_levels, in wmi_extract_thermal_stats()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_api.h | 3474 uint32_t *therm_throt_levels,
|
H A D | wmi_unified_priv.h | 2167 uint32_t *therm_throt_levels,
|
/wlan-driver/fw-api/fw/ |
H A D | wmi_unified.h | 37039 A_UINT32 therm_throt_levels; /* Indicates the number of thermal zone configuration */ member 37072 A_UINT32 therm_throt_levels; /* number of levels in therm_throt_level_stats_info */ member
|