HomeSort by: relevance | last modified time | path
    Searched refs:max_temp (Results 1 - 17 of 17) sorted by relevancy

  /src/sbin/nvmectl/
nvme.h 127 uint64_t max_temp; member in struct:intel_log_temp_stats
logpage.c 354 e->max_temp = le64toh(e->max_temp);
381 print_temp(temp->max_temp);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.h 79 int max_temp; member in struct:amdgpu_dpm_thermal
amdgpu_kv_dpm.c 69 int min_temp, int max_temp);
2527 int min_temp, int max_temp)
2535 if (high_temp > max_temp)
2536 high_temp = max_temp;
2550 adev->pm.dpm.thermal.max_temp = high_temp;
amdgpu_si_dpm.c 6424 int min_temp, int max_temp)
6431 if (high_temp > max_temp)
6432 high_temp = max_temp;
6443 adev->pm.dpm.thermal.max_temp = high_temp;
amdgpu_pm.c 1903 temp = adev->pm.dpm.thermal.max_temp;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_hardwaremanager.c 264 adev->pm.dpm.thermal.max_temp = range.max;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_dpm.c 745 int min_temp, int max_temp)
752 if (high_temp > max_temp)
753 high_temp = max_temp;
764 rdev->pm.dpm.thermal.max_temp = high_temp;
radeon_rv770_dpm.c 1874 int min_temp, int max_temp)
1881 if (high_temp > max_temp)
1882 high_temp = max_temp;
1893 rdev->pm.dpm.thermal.max_temp = high_temp;
radeon_sumo_dpm.c 1162 int min_temp, int max_temp)
1169 if (high_temp > max_temp)
1170 high_temp = max_temp;
1180 rdev->pm.dpm.thermal.max_temp = high_temp;
radeon_trinity_dpm.c 1049 int min_temp, int max_temp)
1056 if (high_temp > max_temp)
1057 high_temp = max_temp;
1067 rdev->pm.dpm.thermal.max_temp = high_temp;
radeon_kv_dpm.c 59 int min_temp, int max_temp);
2460 int min_temp, int max_temp)
2468 if (high_temp > max_temp)
2469 high_temp = max_temp;
2482 rdev->pm.dpm.thermal.max_temp = high_temp;
radeon_ci_dpm.c 875 int min_temp, int max_temp)
883 if (high_temp > max_temp)
884 high_temp = max_temp;
905 rdev->pm.dpm.thermal.max_temp = high_temp;
radeon_pm.c 722 temp = rdev->pm.dpm.thermal.max_temp;
radeon_si_dpm.c 5987 int min_temp, int max_temp)
5994 if (high_temp > max_temp)
5995 high_temp = max_temp;
6006 rdev->pm.dpm.thermal.max_temp = high_temp;
radeon.h 1402 int max_temp; member in struct:radeon_dpm_thermal
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c 1232 adev->pm.dpm.thermal.max_temp = range.max;

Completed in 46 milliseconds