Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/rtc/
Drtc-ntxec.c128 dev->range_min = RTC_TIMESTAMP_BEGIN_2000; in ntxec_rtc_probe()
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-isl12022.c168 isl12022->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in isl12022_probe()
Drtc-sd3078.c191 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.c295 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.c385 rtc->start_secs = RTC_TIMESTAMP_BEGIN_2000; in ab8500_rtc_probe()
Drtc-bd70528.c327 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in bd70528_probe()
Drtc-mv.c272 pdata->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in mv_rtc_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-pcf85363.c398 pcf85363->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf85363_probe()
Drtc-pic32.c338 pdata->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pic32_rtc_probe()
Drtc-tps65910.c432 tps_rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in tps65910_rtc_probe()
Drtc-pcf8523.c442 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf8523_probe()
Drtc-ds1343.c403 priv->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in ds1343_probe()
Drtc-rx8010.c412 rx8010->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in rx8010_probe()
Drtc-s35390a.c487 s35390a->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in s35390a_probe()
Drtc-rzn1.c352 rtc->rtcdev->range_min = RTC_TIMESTAMP_BEGIN_2000; in rzn1_rtc_probe()
Drtc-da9063.c472 rtc->rtc_dev->range_min = RTC_TIMESTAMP_BEGIN_2000; in da9063_rtc_probe()
Drtc-nct3018y.c502 nct3018y->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in nct3018y_probe()
/linux-6.1.9/include/linux/
Drtc.h172 #define RTC_TIMESTAMP_BEGIN_2000 946684800LL /* 2000-01-01 00:00:00 */ macro

12