Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dintel_pch_thermal.c163 struct thermal_trip ptd_trips[PCH_MAX_TRIPS] = { 0 }; in intel_pch_thermal_probe() local
225 ptd_trips[nr_trips].temperature = GET_WPT_TEMP(trip_temp); in intel_pch_thermal_probe()
226 ptd_trips[nr_trips++].type = THERMAL_TRIP_CRITICAL; in intel_pch_thermal_probe()
232 ptd_trips[nr_trips].temperature = GET_WPT_TEMP(trip_temp); in intel_pch_thermal_probe()
233 ptd_trips[nr_trips++].type = THERMAL_TRIP_HOT; in intel_pch_thermal_probe()
236 nr_trips += pch_wpt_add_acpi_psv_trip(ptd, &ptd_trips[nr_trips]); in intel_pch_thermal_probe()
239 ptd_trips, nr_trips, in intel_pch_thermal_probe()