Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c15801 uint8_t lvl_idx; in populate_thermal_stats() local
15824 for (lvl_idx = 0; lvl_idx < *therm_throt_levels; lvl_idx++) { in populate_thermal_stats()
15825 tt_temp_range_stats[lvl_idx].start_temp_level = in populate_thermal_stats()
15826 wmi_tt_stats[lvl_idx].start_temp_level; in populate_thermal_stats()
15827 tt_temp_range_stats[lvl_idx].end_temp_level = in populate_thermal_stats()
15828 wmi_tt_stats[lvl_idx].end_temp_level; in populate_thermal_stats()
15829 tt_temp_range_stats[lvl_idx].total_time_ms_lo = in populate_thermal_stats()
15830 wmi_tt_stats[lvl_idx].total_time_ms_lo; in populate_thermal_stats()
15831 tt_temp_range_stats[lvl_idx].total_time_ms_hi = in populate_thermal_stats()
15832 wmi_tt_stats[lvl_idx].total_time_ms_hi; in populate_thermal_stats()
[all …]