Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Drtc-wilco-ec.c173 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in wilco_ec_rtc_probe()
Drtc-sd3078.c192 sd3078->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in sd3078_probe()
Drtc-rx8581.c296 rx8581->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in rx8581_probe()
Drtc-mv.c280 pdata->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in mv_rtc_probe()
Drtc-ab8500.c400 rtc->start_secs = RTC_TIMESTAMP_BEGIN_2000; in ab8500_rtc_probe()
Drtc-pcf2123.c433 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf2123_probe()
Drtc-ab-eoz9.c420 data->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in abeoz9_probe()
Drtc-pcf85363.c404 pcf85363->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf85363_probe()
Drtc-pic32.c340 pdata->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pic32_rtc_probe()
Drtc-tps65910.c425 tps_rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in tps65910_rtc_probe()
Drtc-pcf85063.c447 pcf85063->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf85063_probe()
Drtc-bd70528.c455 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in bd70528_probe()
Drtc-da9063.c472 rtc->rtc_dev->range_min = RTC_TIMESTAMP_BEGIN_2000; in da9063_rtc_probe()
Drtc-pcf8563.c591 pcf8563->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf8563_probe()
Drtc-rv8803.c597 rv8803->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in rv8803_probe()
Drtc-rv3028.c697 rv3028->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in rv3028_probe()
Drtc-ab-b5ze-s3.c882 data->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in abb5zes3_probe()
Drtc-omap.c865 rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in omap_rtc_probe()
Drtc-ds1685.c1265 rtc_dev->range_min = RTC_TIMESTAMP_BEGIN_2000; in ds1685_rtc_probe()
/Linux-v5.4/include/linux/
Drtc.h164 #define RTC_TIMESTAMP_BEGIN_2000 946684800LL /* 2000-01-01 00:00:00 */ macro