Home
last modified time | relevance | path

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

12

/Linux-v5.15/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-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-mv.c272 pdata->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in mv_rtc_probe()
Drtc-bd70528.c327 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in bd70528_probe()
Drtc-ab8500.c400 rtc->start_secs = RTC_TIMESTAMP_BEGIN_2000; in ab8500_rtc_probe()
Drtc-mt2712.c352 mt2712_rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in mt2712_rtc_probe()
Drtc-pcf2123.c432 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf2123_probe()
Drtc-tps65910.c432 tps_rtc->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in tps65910_rtc_probe()
Drtc-pcf85363.c399 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-rx8010.c412 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-ds1343.c403 priv->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in ds1343_probe()
Drtc-da9063.c472 rtc->rtc_dev->range_min = RTC_TIMESTAMP_BEGIN_2000; in da9063_rtc_probe()
Drtc-ab-eoz9.c535 data->rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in abeoz9_probe()
Drtc-pcf8523.c517 rtc->range_min = RTC_TIMESTAMP_BEGIN_2000; in pcf8523_probe()
Drtc-pcf85063.c559 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()
/Linux-v5.15/include/linux/
Drtc.h171 #define RTC_TIMESTAMP_BEGIN_2000 946684800LL /* 2000-01-01 00:00:00 */ macro

12