Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_therm.c949 static inline int temperature_from_RAM(struct w1_slave *sl, u8 rom[9]) in temperature_from_RAM() function
1634 temperature_from_RAM(sl, info.rom)); in w1_slave_show()
1715 return sprintf(buf, "%d\n", temperature_from_RAM(sl, info.rom)); in temperature_show()
2094 *val = temperature_from_RAM(sl, info.rom); in w1_read_temp()