Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dx86_pkg_temp_thermal.c60 struct phy_dev_entry { struct
119 static struct phy_dev_entry
123 struct phy_dev_entry *phy_ptr; in pkg_temp_thermal_get_phy_entry()
170 struct phy_dev_entry *phy_dev_entry; in sys_get_curr_temp() local
172 phy_dev_entry = tzd->devdata; in sys_get_curr_temp()
173 rdmsr_on_cpu(phy_dev_entry->first_cpu, MSR_IA32_PACKAGE_THERM_STATUS, in sys_get_curr_temp()
176 *temp = phy_dev_entry->tj_max - in sys_get_curr_temp()
189 struct phy_dev_entry *phy_dev_entry; in sys_get_trip_temp() local
197 phy_dev_entry = tzd->devdata; in sys_get_trip_temp()
207 ret = rdmsr_on_cpu(phy_dev_entry->first_cpu, in sys_get_trip_temp()
[all …]