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

/linux-master/include/linux/
H A Dunits.h57 static inline long kelvin_to_millicelsius(long t) function
/linux-master/drivers/nvme/host/
H A Dhwmon.c35 *temp = kelvin_to_millicelsius(status & NVME_TEMP_THRESH_MASK);
84 *val = kelvin_to_millicelsius(data->ctrl->cctemp);
101 *val = kelvin_to_millicelsius(temp);
/linux-master/drivers/thermal/
H A Dqoriq_thermal.c132 *temp = kelvin_to_millicelsius(val & GENMASK(8, 0));

Completed in 116 milliseconds