Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dlm75.c101 static inline long lm75_reg_to_mc(s16 temp, u8 resolution) in lm75_reg_to_mc() function
115 *temp = lm75_reg_to_mc(data->temp[0], data->resolution); in lm75_read_temp()
129 return sprintf(buf, "%ld\n", lm75_reg_to_mc(data->temp[attr->index], in show_temp()