Lines Matching refs:trip_temp
439 * @trip_temp: the trip temperature to check
447 static int enforce_temp_range(struct device *dev, int trip_temp)
451 temp = clamp_val(trip_temp, min_low_temp, max_high_temp);
452 if (temp != trip_temp)
454 trip_temp, temp);
463 * @trip_temp: the temperature in millicelsius to trigger the thermal trip at
466 * @trip_temp. If this threshold is crossed, the hardware will shut
469 * Note that, although @trip_temp is specified in millicelsius, the
476 int trip_temp)
485 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain;
502 * @trip_temp: the temperature in millicelsius to trigger the thermal trip at
508 * Note that, although @trip_temp is specified in millicelsius, the
516 int trip_temp)
526 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain;
718 * type trip_temp