Searched refs:trip_point_info (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/dev/thermal/aml-thermal-s905d2g/
H A Daml-tsensor.cpp166 thermal_config_.trip_point_info[i].up_temp,
169 thermal_config_.trip_point_info[i + 1].up_temp,
172 thermal_config_.trip_point_info[i].down_temp,
175 thermal_config_.trip_point_info[i + 1].down_temp,
H A Daml-thermal.cpp152 uint32_t opp_idx = thermal_device->thermal_config_.trip_point_info[0].big_cluster_dvfs_opp;
/fuchsia/zircon/system/dev/board/astro/
H A Dastro-thermal.c92 .trip_point_info = {
/fuchsia/zircon/system/dev/board/vim/
H A Dvim-thermal.c104 .trip_point_info = {
/fuchsia/zircon/system/public/zircon/device/
H A Dthermal.h76 thermal_temperature_info_t trip_point_info[MAX_TRIP_POINTS]; member in struct:__anon710
/fuchsia/zircon/system/dev/thermal/aml-thermal-s912/
H A Daml-thermal.c87 (temperature >= dev->device->trip_point_info[idx + 1].up_temp)) {
90 } else if (idx != 0 && temperature < dev->device->trip_point_info[idx].down_temp) {

Completed in 38 milliseconds