Home
last modified time | relevance | path

Searched refs:CELSIUS_TO_mCELSIUS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dxgene-hwmon.c77 #define CELSIUS_TO_mCELSIUS(x) ((x) * 1000) macro
332 return snprintf(buf, PAGE_SIZE, "%d\n", CELSIUS_TO_mCELSIUS(temp)); in temp1_input_show()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dxgene-hwmon.c77 #define CELSIUS_TO_mCELSIUS(x) ((x) * 1000) macro
333 return sysfs_emit(buf, "%d\n", CELSIUS_TO_mCELSIUS(temp)); in temp1_input_show()

Completed in 4 milliseconds