Searched refs:tm_read (Results 1 – 2 of 2) sorted by relevance
541 struct rtc_time tm_read, tm = { in hym8563_probe() local589 hym8563_rtc_read_time(&client->dev, &tm_read); in hym8563_probe()590 if ((ret & HYM8563_SEC_VL) || (tm_read.tm_year < 70) || (tm_read.tm_year > 200) || in hym8563_probe()591 (tm_read.tm_mon == -1) || (rtc_valid_tm(&tm_read) != 0)) in hym8563_probe()
643 struct rtc_time tm_read, tm = { in rockchip_rtc_probe() local740 rockchip_rtc_read_time(&pdev->dev, &tm_read); in rockchip_rtc_probe()741 if (rtc_valid_tm(&tm_read) != 0) in rockchip_rtc_probe()