Searched refs:_temp (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_device_pci.c | 220 u32 _temp; in sys_get_curr_temp() local 222 proc_thermal_mmio_read(pci_info, PROC_THERMAL_MMIO_PKG_TEMP, &_temp); in sys_get_curr_temp() 223 *temp = (unsigned long)_temp * 1000; in sys_get_curr_temp() 232 int tjmax, _temp; in sys_set_trip_temp() local 243 _temp = tjmax - (temp / 1000); in sys_set_trip_temp() 244 if (_temp < 0) in sys_set_trip_temp() 247 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_THRES_0, _temp); in sys_set_trip_temp()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | device.h | 133 u32 _addr = (a), _temp = nvkm_rd32(_device, _addr); \ 134 nvkm_wr32(_device, _addr, (_temp & ~(m)) | (v)); \ 135 _temp; \
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi.h | 214 efx_dword_t _temp; \ 215 EFX_POPULATE_DWORD_1(_temp, _name, _value); \ 217 EFX_DWORD_FIELD(_temp, EFX_BYTE_0)); \
|
| /linux/Documentation/hwmon/ |
| H A D | gsc-hwmon.rst | 52 pwm1_auto_point[1-6]_temp Temperature boundary.
|
| H A D | vt1211.rst | 187 thermal thresholds are accessible via pwm[1-2]_auto_point[1-4]_temp. Note 190 the first set pwm1_auto_point[1-4]_temp is writable, the second set is
|
| H A D | dme1737.rst | 194 programmed via zone[1-3]_auto_point[1-3]_temp and 284 zone[1-3]_auto_point[1-3]_temp RW Auto PWM temp points. Auto_point1 is
|
| H A D | f71805f.rst | 171 pwm<n>_auto_point<m>_temp and _fan files. These define a staircase
|
| H A D | sysfs-interface.rst | 216 `pwm[1-*]_auto_point[1-*]_pwm` / `pwm[1-*]_auto_point[1-*]_temp` / `pwm[1-*]_auto_point[1-*]_temp_h… 219 `temp[1-*]_auto_point[1-*]_pwm` / `temp[1-*]_auto_point[1-*]_temp` / `temp[1-*]_auto_point[1-*]_tem…
|
| H A D | nct6775.rst | 260 pwm[1-7]_auto_point[1-7]_temp
|