Searched refs:trip_point_info (Results 1 – 7 of 7) sorted by relevance
152 thermal_config_.trip_point_info[i].up_temp, in InitTripPoints()155 thermal_config_.trip_point_info[i + 1].up_temp, in InitTripPoints()158 thermal_config_.trip_point_info[i].down_temp, in InitTripPoints()161 thermal_config_.trip_point_info[i + 1].down_temp, in InitTripPoints()
154 uint32_t opp_idx = thermal_device->thermal_config_.trip_point_info[0].big_cluster_dvfs_opp; in Create()
56 .trip_point_info = {},
76 thermal_temperature_info_t trip_point_info[MAX_TRIP_POINTS]; member
104 .trip_point_info = {
92 .trip_point_info = {
351 if (trip_pt != trip_limit && temperature_ >= info_.trip_point_info[trip_pt + 1].up_temp) { in Worker()353 } else if (trip_pt && temperature_ < info_.trip_point_info[trip_pt].down_temp) { in Worker()
Completed in 15 milliseconds