Home
last modified time | relevance | path

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

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