Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/intel/
Dintel_pch_thermal.c69 int psv_trip_id; member
86 ptd->psv_trip_id = -1; in pch_wpt_add_acpi_psv_trip()
101 ptd->psv_trip_id = *nr_trips; in pch_wpt_add_acpi_psv_trip()
111 ptd->psv_trip_id = -1; in pch_wpt_add_acpi_psv_trip()
243 else if (ptd->psv_trip_id == trip) in pch_get_trip_type()
259 else if (ptd->psv_trip_id == trip) in pch_get_trip_temp()
/Linux-v5.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c56 else if (trip == d->psv_trip_id) in int340x_thermal_get_trip_temp()
91 else if (trip == d->psv_trip_id) in int340x_thermal_get_trip_type()
187 int34x_zone->psv_trip_id = -1; in int340x_thermal_read_trips()
190 int34x_zone->psv_trip_id = trip_cnt++; in int340x_thermal_read_trips()
Dint340x_thermal_zone.h26 int psv_trip_id; member