Searched refs:pch_thermal_device (Results 1 – 1 of 1) sorted by relevance
57 struct pch_thermal_device { struct78 static void pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, in pch_wpt_add_acpi_psv_trip() argument105 static void pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, in pch_wpt_add_acpi_psv_trip()113 static int pch_wpt_init(struct pch_thermal_device *ptd, int *nr_trips) in pch_wpt_init()168 static int pch_wpt_get_temp(struct pch_thermal_device *ptd, int *temp) in pch_wpt_get_temp()180 static int pch_wpt_suspend(struct pch_thermal_device *ptd) in pch_wpt_suspend()194 static int pch_wpt_resume(struct pch_thermal_device *ptd) in pch_wpt_resume()209 int (*hw_init)(struct pch_thermal_device *ptd, int *nr_trips);210 int (*get_temp)(struct pch_thermal_device *ptd, int *temp);211 int (*suspend)(struct pch_thermal_device *ptd);[all …]