data_year 141 drivers/rtc/rtc-sunxi.c const struct sunxi_rtc_data_year *data_year; data_year 203 drivers/rtc/rtc-sunxi.c chip->data_year->mask); data_year 211 drivers/rtc/rtc-sunxi.c alrm_tm->tm_year += SUNXI_YEAR_OFF(chip->data_year); data_year 241 drivers/rtc/rtc-sunxi.c chip->data_year->mask); data_year 249 drivers/rtc/rtc-sunxi.c rtc_tm->tm_year += SUNXI_YEAR_OFF(chip->data_year); data_year 342 drivers/rtc/rtc-sunxi.c if (year < chip->data_year->min || year > chip->data_year->max) { data_year 344 drivers/rtc/rtc-sunxi.c chip->data_year->min, chip->data_year->max); data_year 348 drivers/rtc/rtc-sunxi.c rtc_tm->tm_year -= SUNXI_YEAR_OFF(chip->data_year); data_year 354 drivers/rtc/rtc-sunxi.c chip->data_year->mask); data_year 357 drivers/rtc/rtc-sunxi.c date |= SUNXI_LEAP_SET_VALUE(1, chip->data_year->leap_shift); data_year 454 drivers/rtc/rtc-sunxi.c chip->data_year = of_device_get_match_data(&pdev->dev); data_year 455 drivers/rtc/rtc-sunxi.c if (!chip->data_year) {