/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
nouveau_nvkm_subdev_therm_temp.c | 94 int temperature = therm->func->temp_get(therm); local in function:nvkm_therm_sensor_event 101 "temperature (%i C) went below the '%s' threshold\n", 102 temperature, thresholds[thrs]); 104 nvkm_info(subdev, "temperature (%i C) hit the '%s' threshold\n", 105 temperature, thresholds[thrs]);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
smu71_discrete.h | 594 uint32_t temperature; member in struct:SMU71_Discrete_Cac_Collection_Table 622 uint32_t temperature; member in struct:SMU71_Discrete_Cac_Verification_Table
|
smu72_discrete.h | 658 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table 685 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
|
smu73_discrete.h | 693 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table 720 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
|
smu74_discrete.h | 661 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table 688 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
|
smu75_discrete.h | 690 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table 717 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_ni_dpm.c | 751 s64 kt, kv, leakage_w, i_leakage, vddc, temperature; local in function:ni_calculate_leakage_for_v_and_t_formula 755 temperature = div64_s64(drm_int2fixp(t), 1000); 758 drm_fixp_exp(drm_fixp_mul(div64_s64(drm_int2fixp(coeff->bt), 1000), temperature)));
|
radeon_si_dpm.c | 1780 s64 temperature, t_slope, t_intercept, av, bv, t_ref; local in function:si_calculate_leakage_for_v_and_t_formula 1785 temperature = div64_s64(drm_int2fixp(t), 1000); 1794 kt = drm_fixp_exp(drm_fixp_mul(tmp, temperature));
|
/src/sys/dev/acpi/ |
qcompas.c | 387 INIT_SENSOR(sc->sc_sme, QCPAS_TEMPERATURE, ENVSYS_STEMP, "temperature"); 1347 uint32_t temperature; member in struct:battmgr_bat_status 1550 (bat->temperature * 10000) + 273150000;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_si_dpm.c | 1872 s64 temperature, t_slope, t_intercept, av, bv, t_ref; local in function:si_calculate_leakage_for_v_and_t_formula 1877 temperature = div64_s64(drm_int2fixp(t), 1000); 1886 kt = drm_fixp_exp(drm_fixp_mul(tmp, temperature)); 7857 /* get temperature in millidegrees */
|
/src/sys/dev/ic/ |
mfireg.h | 1402 uint16_t temperature; /* degC */ member in struct:mfi_bbu_status
|
/src/sys/dev/pci/ |
if_iwmreg.h | 358 * device temperature is low enough to continue normal operation. 724 * @IWM_UCODE_TLV_CAPA_TEMP_THS_REPORT_SUPPORT: supports temperature 3131 uint32_t temperature; /* radio temperature */ member in struct:iwm_statistics_general_common 3884 * @bf_temp_threshold: This threshold determines the type of temperature 3886 * If the current temperature is above this threshold - Fast filter 3887 * will be used, If the current temperature is below this threshold - 3889 * @bf_temp_fast_filter: Send Beacon to driver if delta in temperature values 3891 * threshold. Zero value means that the temperature change is ignored for 3894 * @bf_temp_slow_filter: Send Beacon to driver if delta in temperature value [all...] |