Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/rtc/
Drtc-r9701.c127 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in r9701_probe()
Drtc-wilco-ec.c175 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in wilco_ec_rtc_probe()
Drtc-davinci.c461 davinci_rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in davinci_rtc_probe()
462 davinci_rtc->rtc->range_max = RTC_TIMESTAMP_BEGIN_2000 + (1 << 16) * 86400ULL - 1; in davinci_rtc_probe()
Drtc-sd3078.c192 sd3078->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in sd3078_probe()
Drtc-vt8500.c224 vt8500_rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in vt8500_rtc_probe()
Drtc-rx8581.c296 rx8581->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in rx8581_probe()
Drtc-da9052.c304 rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in da9052_rtc_probe()
Drtc-ab8500.c400 rtc->start_secs = RTC_TIMESTAMP_BEGIN_2000; in ab8500_rtc_probe()
Drtc-mv.c278 pdata->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in mv_rtc_probe()
Drtc-ab-eoz9.c420 data->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in abeoz9_probe()
Drtc-mt2712.c352 mt2712_rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in mt2712_rtc_probe()
Drtc-pcf2123.c433 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf2123_probe()
Drtc-pic32.c338 pdata->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pic32_rtc_probe()
Drtc-pcf85363.c404 pcf85363->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf85363_probe()
Drtc-tps65910.c434 tps_rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in tps65910_rtc_probe()
Drtc-ds1343.c404 priv->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in ds1343_probe()
Drtc-rx8010.c419 rx8010->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in rx8010_probe()
Drtc-s35390a.c491 s35390a->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in s35390a_probe()
Drtc-da9063.c472 rtc->rtc_dev->range_min = RTC_TIMESTAMP_BEGIN_2000; in da9063_rtc_probe()
Drtc-bd70528.c581 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in bd70528_probe()
Drtc-pcf85063.c587 pcf85063->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf85063_probe()
Drtc-pcf8563.c569 pcf8563->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf8563_probe()
Drtc-ds1305.c693 ds1305->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in ds1305_probe()
Drtc-rv8803.c589 rv8803->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in rv8803_probe()
/Linux-v5.10/include/linux/
Drtc.h152 #define RTC_TIMESTAMP_BEGIN_2000 946684800LL /* 2000-01-01 00:00:00 */ macro

12