Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dintel_pch_thermal.c164 int nr_trips = 0; in intel_pch_thermal_probe() local
223 ptd->trips[nr_trips].temperature = GET_WPT_TEMP(trip_temp); in intel_pch_thermal_probe()
224 ptd->trips[nr_trips++].type = THERMAL_TRIP_CRITICAL; in intel_pch_thermal_probe()
230 ptd->trips[nr_trips].temperature = GET_WPT_TEMP(trip_temp); in intel_pch_thermal_probe()
231 ptd->trips[nr_trips++].type = THERMAL_TRIP_HOT; in intel_pch_thermal_probe()
234 nr_trips += pch_wpt_add_acpi_psv_trip(ptd, nr_trips); in intel_pch_thermal_probe()
237 ptd->trips, nr_trips, in intel_pch_thermal_probe()