Lines Matching full:month
135 * ds1685_rtc_check_mday - check validity of the day of month.
137 * @mday: day of month.
139 * Returns -EDOM if the day of month is not within 1..31 range.
265 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local
274 month = rtc->read(rtc, RTC_MONTH); in ds1685_rtc_read_time()
294 tm->tm_mon = (ds1685_rtc_bcd2bin(rtc, month, RTC_MONTH_BCD_MASK, in ds1685_rtc_read_time()
312 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local
325 month = ds1685_rtc_bin2bcd(rtc, (tm->tm_mon + 1), RTC_MONTH_BIN_MASK, in ds1685_rtc_set_time()
334 * - Months: !> 12, Month Day != 0. in ds1685_rtc_set_time()
335 * - Month Day !> Max days in current month. in ds1685_rtc_set_time()
364 rtc->write(rtc, RTC_MONTH, month); in ds1685_rtc_set_time()
378 * A fourth alarm register for the month date is also available in bank1 for
401 /* Check the month date for validity. */ in ds1685_rtc_read_alarm()
463 /* Check the month date for validity. */ in ds1685_rtc_set_alarm()