Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/w1/slaves/
Dw1_therm.c887 static inline int temperature_from_RAM(struct w1_slave *sl, u8 rom[9]) in temperature_from_RAM() function
1576 temperature_from_RAM(sl, info.rom)); in w1_slave_show()
1657 return sprintf(buf, "%d\n", temperature_from_RAM(sl, info.rom)); in temperature_show()
2037 *val = temperature_from_RAM(sl, info.rom); in w1_read_temp()