Searched refs:temperature_from_RAM (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_therm.c | 875 * temperature_from_RAM() - Convert the read info to temperature 883 static inline int temperature_from_RAM(struct w1_slave *sl, u8 rom[9]) in temperature_from_RAM() function 1569 temperature_from_RAM(sl, info.rom)); in w1_slave_show() 1650 return sprintf(buf, "%d\n", temperature_from_RAM(sl, info.rom)); in temperature_show() 2030 *val = temperature_from_RAM(sl, info.rom); in w1_read_temp()
|
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_therm.c | 941 * temperature_from_RAM() - Convert the read info to temperature 949 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()
|
Completed in 6 milliseconds