Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/intel/
Dintel_pch_thermal.c60 struct pch_thermal_device { struct
81 static void pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, in pch_wpt_add_acpi_psv_trip() argument
108 static void pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, in pch_wpt_add_acpi_psv_trip()
116 static int pch_wpt_init(struct pch_thermal_device *ptd, int *nr_trips) in pch_wpt_init()
171 static int pch_wpt_get_temp(struct pch_thermal_device *ptd, int *temp) in pch_wpt_get_temp()
183 static int pch_wpt_suspend(struct pch_thermal_device *ptd) in pch_wpt_suspend()
197 static int pch_wpt_resume(struct pch_thermal_device *ptd) in pch_wpt_resume()
212 int (*hw_init)(struct pch_thermal_device *ptd, int *nr_trips);
213 int (*get_temp)(struct pch_thermal_device *ptd, int *temp);
214 int (*suspend)(struct pch_thermal_device *ptd);
[all …]