temp_mC           673 drivers/rtc/rtc-rv3029c2.c static int rv3029_read_temp(struct device *dev, int *temp_mC)
temp_mC           682 drivers/rtc/rtc-rv3029c2.c 	*temp_mC = ((int)temp - 60) * 1000;
temp_mC           691 drivers/rtc/rtc-rv3029c2.c 	int ret, temp_mC;
temp_mC           693 drivers/rtc/rtc-rv3029c2.c 	ret = rv3029_read_temp(dev, &temp_mC);
temp_mC           697 drivers/rtc/rtc-rv3029c2.c 	return sprintf(buf, "%d\n", temp_mC);