Searched refs:temp_mC (Results 1 – 1 of 1) sorted by relevance
677 static int rv3029_read_temp(struct device *dev, int *temp_mC) in rv3029_read_temp() argument686 *temp_mC = ((int)temp - 60) * 1000; in rv3029_read_temp()695 int ret, temp_mC; in rv3029_hwmon_show_temp() local697 ret = rv3029_read_temp(dev, &temp_mC); in rv3029_hwmon_show_temp()701 return sprintf(buf, "%d\n", temp_mC); in rv3029_hwmon_show_temp()