Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c83 #define THRESH_MIN 0 macro
312 long stage2_threshold_min = (*chip->data->temp_map)[THRESH_MIN][STAGE2]; in qpnp_tm_update_critical_trip_temp()
327 threshold = THRESH_MIN; in qpnp_tm_update_critical_trip_temp()
461 if (temp < temp_map[THRESH_MIN] || temp > temp_map[THRESH_MAX]) { in qpnp_tm_lite_set_temp_thresh()
468 for (i = THRESH_MAX; i >= THRESH_MIN; i--) { in qpnp_tm_lite_set_temp_thresh()