Searched refs:temp_mC (Results 1 – 1 of 1) sorted by relevance
582 static int rv3029_read_temp(struct rv3029_data *rv3029, int *temp_mC) in rv3029_read_temp() argument591 *temp_mC = ((int)temp - 60) * 1000; in rv3029_read_temp()601 int ret, temp_mC; in rv3029_hwmon_show_temp() local603 ret = rv3029_read_temp(rv3029, &temp_mC); in rv3029_hwmon_show_temp()607 return sprintf(buf, "%d\n", temp_mC); in rv3029_hwmon_show_temp()