Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dintel_pch_thermal.c58 struct pch_thermal_device { struct
69 static int pch_wpt_init(struct pch_thermal_device *ptd, int *nr_trips) in pch_wpt_init() argument
120 static int pch_wpt_get_temp(struct pch_thermal_device *ptd, int *temp) in pch_wpt_get_temp()
133 int (*hw_init)(struct pch_thermal_device *ptd, int *nr_trips);
134 int (*get_temp)(struct pch_thermal_device *ptd, int *temp);
146 struct pch_thermal_device *ptd = tzd->devdata; in pch_thermal_get_temp()
154 struct pch_thermal_device *ptd = tzd->devdata; in pch_get_trip_type()
168 struct pch_thermal_device *ptd = tzd->devdata; in pch_get_trip_temp()
190 struct pch_thermal_device *ptd; in intel_pch_thermal_probe()
258 struct pch_thermal_device *ptd = pci_get_drvdata(pdev); in intel_pch_thermal_remove()