Searched refs:shutdown_threshold (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sm8150/thermal/ |
D | thermal_common.c | 246 sensor->t.shutdown_threshold = v_sen_t->shutdwn_thresh; in initialize_sensor() 248 sensor->t.shutdown_threshold = UNKNOWN_TEMPERATURE; in initialize_sensor() 323 float mult, float throttling_threshold, float shutdown_threshold, in read_temperature() argument 346 .shutdown_threshold = shutdown_threshold, in read_temperature() 377 sensors[idx].t.shutdown_threshold, in get_temperature_for_all()
|
/hardware/qcom/sdm845/thermal/ |
D | thermal_common.c | 246 sensor->t.shutdown_threshold = v_sen_t->shutdwn_thresh; in initialize_sensor() 248 sensor->t.shutdown_threshold = UNKNOWN_TEMPERATURE; in initialize_sensor() 323 float mult, float throttling_threshold, float shutdown_threshold, in read_temperature() argument 346 .shutdown_threshold = shutdown_threshold, in read_temperature() 377 sensors[idx].t.shutdown_threshold, in get_temperature_for_all()
|
/hardware/libhardware/include/hardware/ |
D | thermal.h | 83 float shutdown_threshold; member
|
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 74 .shutdown_threshold = UNKNOWN_TEMPERATURE, in get_temperatures()
|
/hardware/interfaces/thermal/1.0/default/ |
D | Thermal.cpp | 90 temperatures[i].shutdownThreshold = finalizeTemperature(list[i].shutdown_threshold); in getTemperatures()
|