Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/intel/
Dintel_pch_thermal.c80 struct pch_thermal_device { struct
101 static void pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, in pch_wpt_add_acpi_psv_trip() argument
128 static void pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, in pch_wpt_add_acpi_psv_trip()
136 static int pch_wpt_init(struct pch_thermal_device *ptd, int *nr_trips) in pch_wpt_init()
189 static int pch_wpt_get_temp(struct pch_thermal_device *ptd, int *temp) in pch_wpt_get_temp()
197 static int pch_wpt_suspend(struct pch_thermal_device *ptd) in pch_wpt_suspend()
264 static int pch_wpt_resume(struct pch_thermal_device *ptd) in pch_wpt_resume()
279 int (*hw_init)(struct pch_thermal_device *ptd, int *nr_trips);
280 int (*get_temp)(struct pch_thermal_device *ptd, int *temp);
281 int (*suspend)(struct pch_thermal_device *ptd);
[all …]