Searched refs:PP_TEMP_JUNCTION (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 170 PP_TEMP_JUNCTION, enumerator
|
/drivers/gpu/drm/amd/pm/ |
D | amdgpu_pm.c | 77 {PP_TEMP_JUNCTION, "junction"}, 2235 case PP_TEMP_JUNCTION: in amdgpu_hwmon_show_temp() 2336 case PP_TEMP_JUNCTION: in amdgpu_hwmon_show_temp_emergency() 3181 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, amdgpu_hwmon_show_temp, NULL, PP_TEMP_JUNCTION); 3184 …OR_DEVICE_ATTR(temp2_emergency, S_IRUGO, amdgpu_hwmon_show_temp_emergency, NULL, PP_TEMP_JUNCTION); 3190 …tic SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, amdgpu_hwmon_show_temp_label, NULL, PP_TEMP_JUNCTION);
|