Home
last modified time | relevance | path

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

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-tsensor.cpp152 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()
A Daml-thermal.cpp154 uint32_t opp_idx = thermal_device->thermal_config_.trip_point_info[0].big_cluster_dvfs_opp; in Create()
/system/dev/board/mt8167s_ref/
A Dmt8167-thermal.cpp56 .trip_point_info = {},
/system/public/zircon/device/
A Dthermal.h76 thermal_temperature_info_t trip_point_info[MAX_TRIP_POINTS]; member
/system/dev/board/vim/
A Dvim-thermal.c104 .trip_point_info = {
/system/dev/board/astro/
A Dastro-thermal.c92 .trip_point_info = {
/system/dev/thermal/aml-thermal-s912/
A Daml-thermal.cpp351 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