Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/thermal/
Dthermal_common.c251 sensor->t.vr_throttling_threshold = v_sen_t->vr_thresh; in initialize_sensor()
253 sensor->t.vr_throttling_threshold = UNKNOWN_TEMPERATURE; in initialize_sensor()
324 float vr_throttling_threshold, in read_temperature() argument
347 .vr_throttling_threshold = vr_throttling_threshold in read_temperature()
378 sensors[idx].t.vr_throttling_threshold, in get_temperature_for_all()
/hardware/libhardware/include/hardware/
Dthermal.h90 float vr_throttling_threshold; member
/hardware/libhardware/modules/thermal/
Dthermal.c75 .vr_throttling_threshold = UNKNOWN_TEMPERATURE, in get_temperatures()
/hardware/interfaces/thermal/1.0/default/
DThermal.cpp92 finalizeTemperature(list[i].vr_throttling_threshold); in getTemperatures()