trip_temp 694 drivers/acpi/thermal.c int trip_temp; trip_temp 697 drivers/acpi/thermal.c if (thermal_get_trip_temp(thermal, trip, &trip_temp)) trip_temp 700 drivers/acpi/thermal.c if (temp > trip_temp) { trip_temp 912 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h int trip_temp; trip_temp 37 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c if (!adap->ch_thermal.trip_temp) trip_temp 49 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c if (!adap->ch_thermal.trip_temp) trip_temp 52 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c *temp = adap->ch_thermal.trip_temp; trip_temp 81 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c ch_thermal->trip_temp = val * 1000; trip_temp 228 drivers/thermal/broadcom/bcm2835_thermal.c int trip_temp, offset, slope; trip_temp 236 drivers/thermal/broadcom/bcm2835_thermal.c err = tz->ops->get_trip_temp(tz, 0, &trip_temp); trip_temp 253 drivers/thermal/broadcom/bcm2835_thermal.c val |= bcm2835_thermal_temp2adc(trip_temp, trip_temp 25 drivers/thermal/fair_share.c int trip_temp; trip_temp 32 drivers/thermal/fair_share.c tz->ops->get_trip_temp(tz, count, &trip_temp); trip_temp 33 drivers/thermal/fair_share.c if (tz->temperature < trip_temp) trip_temp 18 drivers/thermal/gov_bang_bang.c int trip_temp, trip_hyst; trip_temp 21 drivers/thermal/gov_bang_bang.c tz->ops->get_trip_temp(tz, trip, &trip_temp); trip_temp 31 drivers/thermal/gov_bang_bang.c trip, trip_temp, tz->temperature, trip_temp 55 drivers/thermal/gov_bang_bang.c if (instance->target == 0 && tz->temperature >= trip_temp) trip_temp 58 drivers/thermal/gov_bang_bang.c tz->temperature <= trip_temp - trip_hyst) trip_temp 93 drivers/thermal/intel/intel_pch_thermal.c unsigned long trip_temp; trip_temp 95 drivers/thermal/intel/intel_pch_thermal.c trip_temp = DECI_KELVIN_TO_MILLICELSIUS(r); trip_temp 96 drivers/thermal/intel/intel_pch_thermal.c if (trip_temp) { trip_temp 97 drivers/thermal/intel/intel_pch_thermal.c ptd->psv_temp = trip_temp; trip_temp 116 drivers/thermal/intel/intel_pch_thermal.c u16 trip_temp; trip_temp 144 drivers/thermal/intel/intel_pch_thermal.c trip_temp = readw(ptd->hw_base + WPT_CTT); trip_temp 145 drivers/thermal/intel/intel_pch_thermal.c trip_temp &= 0x1FF; trip_temp 146 drivers/thermal/intel/intel_pch_thermal.c if (trip_temp) { trip_temp 148 drivers/thermal/intel/intel_pch_thermal.c ptd->crt_temp = trip_temp * 1000 / 2 - 50000; trip_temp 154 drivers/thermal/intel/intel_pch_thermal.c trip_temp = readw(ptd->hw_base + WPT_PHL); trip_temp 155 drivers/thermal/intel/intel_pch_thermal.c trip_temp &= 0x1FF; trip_temp 156 drivers/thermal/intel/intel_pch_thermal.c if (trip_temp) { trip_temp 158 drivers/thermal/intel/intel_pch_thermal.c ptd->hot_temp = trip_temp * 1000 / 2 - 50000; trip_temp 118 drivers/thermal/step_wise.c int trip_temp; trip_temp 126 drivers/thermal/step_wise.c trip_temp = tz->forced_passive; trip_temp 129 drivers/thermal/step_wise.c tz->ops->get_trip_temp(tz, trip, &trip_temp); trip_temp 135 drivers/thermal/step_wise.c if (tz->temperature >= trip_temp) { trip_temp 141 drivers/thermal/step_wise.c trip, trip_type, trip_temp, trend, throttle); trip_temp 446 drivers/thermal/tegra/soctherm.c static int enforce_temp_range(struct device *dev, int trip_temp) trip_temp 450 drivers/thermal/tegra/soctherm.c temp = clamp_val(trip_temp, min_low_temp, max_high_temp); trip_temp 451 drivers/thermal/tegra/soctherm.c if (temp != trip_temp) trip_temp 453 drivers/thermal/tegra/soctherm.c trip_temp, temp); trip_temp 475 drivers/thermal/tegra/soctherm.c int trip_temp) trip_temp 484 drivers/thermal/tegra/soctherm.c temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; trip_temp 515 drivers/thermal/tegra/soctherm.c int trip_temp) trip_temp 525 drivers/thermal/tegra/soctherm.c temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; trip_temp 640 drivers/thermal/tegra/soctherm.c int trip_temp, temp, last_temp, ret; trip_temp 645 drivers/thermal/tegra/soctherm.c ret = tz->ops->get_trip_temp(zone->tz, trip, &trip_temp); trip_temp 652 drivers/thermal/tegra/soctherm.c if (temp > trip_temp) { trip_temp 657 drivers/thermal/tegra/soctherm.c } else if (temp < trip_temp) { trip_temp 381 drivers/thermal/thermal_core.c int trip_temp; trip_temp 383 drivers/thermal/thermal_core.c tz->ops->get_trip_temp(tz, trip, &trip_temp); trip_temp 386 drivers/thermal/thermal_core.c if (trip_temp <= 0 || tz->temperature < trip_temp) trip_temp 1242 drivers/thermal/thermal_core.c int trip_temp; trip_temp 1312 drivers/thermal/thermal_core.c if (tz->ops->get_trip_temp(tz, count, &trip_temp)) trip_temp 1315 drivers/thermal/thermal_core.c if (trip_temp == 0) trip_temp 120 drivers/thermal/thermal_helpers.c int trip_temp, hysteresis; trip_temp 131 drivers/thermal/thermal_helpers.c tz->ops->get_trip_temp(tz, i, &trip_temp); trip_temp 134 drivers/thermal/thermal_helpers.c trip_low = trip_temp - hysteresis; trip_temp 139 drivers/thermal/thermal_helpers.c if (trip_temp > tz->temperature && trip_temp < high) trip_temp 140 drivers/thermal/thermal_helpers.c high = trip_temp;