Searched refs:phy_dev_entry (Results 1 – 1 of 1) sorted by relevance
60 struct phy_dev_entry { struct119 static struct phy_dev_entry123 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() local172 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() local197 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 …]