Lines Matching refs:pch_thermal_device
60 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);
215 int (*resume)(struct pch_thermal_device *ptd);
229 struct pch_thermal_device *ptd = tzd->devdata; in pch_thermal_get_temp()
237 struct pch_thermal_device *ptd = tzd->devdata; in pch_get_trip_type()
253 struct pch_thermal_device *ptd = tzd->devdata; in pch_get_trip_temp()
312 struct pch_thermal_device *ptd; in intel_pch_thermal_probe()
376 struct pch_thermal_device *ptd = pci_get_drvdata(pdev); in intel_pch_thermal_remove()
387 struct pch_thermal_device *ptd = dev_get_drvdata(device); in intel_pch_thermal_suspend()
394 struct pch_thermal_device *ptd = dev_get_drvdata(device); in intel_pch_thermal_resume()