Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Drtc-ls1x.c177 rtcdev->range_max = RTC_TIMESTAMP_END_2099; in ls1x_rtc_probe()
Drtc-wilco-ec.c174 rtc->range_max = RTC_TIMESTAMP_END_2099; in wilco_ec_rtc_probe()
Drtc-sd3078.c193 sd3078->rtc->range_max = RTC_TIMESTAMP_END_2099; in sd3078_probe()
Drtc-rx8581.c297 rx8581->rtc->range_max = RTC_TIMESTAMP_END_2099; in rx8581_probe()
Drtc-mv.c281 pdata->rtc->range_max = RTC_TIMESTAMP_END_2099; in mv_rtc_probe()
Drtc-pcf2123.c434 rtc->range_max = RTC_TIMESTAMP_END_2099; in pcf2123_probe()
Drtc-ab-eoz9.c421 data->rtc->range_max = RTC_TIMESTAMP_END_2099; in abeoz9_probe()
Drtc-pcf85363.c405 pcf85363->rtc->range_max = RTC_TIMESTAMP_END_2099; in pcf85363_probe()
Drtc-pic32.c341 pdata->rtc->range_max = RTC_TIMESTAMP_END_2099; in pic32_rtc_probe()
Drtc-tps65910.c426 tps_rtc->rtc->range_max = RTC_TIMESTAMP_END_2099; in tps65910_rtc_probe()
Drtc-at91rm9200.c430 rtc->range_max = RTC_TIMESTAMP_END_2099; in at91_rtc_probe()
Drtc-pcf85063.c448 pcf85063->rtc->range_max = RTC_TIMESTAMP_END_2099; in pcf85063_probe()
Drtc-bd70528.c456 rtc->range_max = RTC_TIMESTAMP_END_2099; in bd70528_probe()
Drtc-pcf8563.c592 pcf8563->rtc->range_max = RTC_TIMESTAMP_END_2099; in pcf8563_probe()
Drtc-rv8803.c598 rv8803->rtc->range_max = RTC_TIMESTAMP_END_2099; in rv8803_probe()
Drtc-rv3028.c698 rv3028->rtc->range_max = RTC_TIMESTAMP_END_2099; in rv3028_probe()
Drtc-ab-b5ze-s3.c883 data->rtc->range_max = RTC_TIMESTAMP_END_2099; in abb5zes3_probe()
Drtc-omap.c866 rtc->rtc->range_max = RTC_TIMESTAMP_END_2099; in omap_rtc_probe()
Drtc-ds1685.c1266 rtc_dev->range_max = RTC_TIMESTAMP_END_2099; in ds1685_rtc_probe()
/Linux-v5.4/include/linux/
Drtc.h166 #define RTC_TIMESTAMP_END_2099 4102444799LL /* 2099-12-31 23:59:59 */ macro