Home
last modified time | relevance | path

Searched refs:kelvin_to_millicelsius (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/nvme/host/
Dhwmon.c35 *temp = kelvin_to_millicelsius(status & NVME_TEMP_THRESH_MASK); in nvme_get_temp_thresh()
84 *val = kelvin_to_millicelsius(data->ctrl->cctemp); in nvme_hwmon_read()
101 *val = kelvin_to_millicelsius(temp); in nvme_hwmon_read()
/linux-6.6.21/include/linux/
Dunits.h49 static inline long kelvin_to_millicelsius(long t) in kelvin_to_millicelsius() function
/linux-6.6.21/drivers/thermal/
Dqoriq_thermal.c128 *temp = kelvin_to_millicelsius(val & GENMASK(8, 0)); in tmu_get_temp()