rtc_month_days    358 drivers/rtc/interface.c 			days = rtc_month_days(alarm->time.tm_mon,
rtc_month_days     34 drivers/rtc/lib.c EXPORT_SYMBOL(rtc_month_days);
rtc_month_days     74 drivers/rtc/lib.c 		newdays = days - rtc_month_days(month, year);
rtc_month_days    100 drivers/rtc/lib.c 	    tm->tm_mday > rtc_month_days(tm->tm_mon,
rtc_month_days    410 drivers/rtc/rtc-cmos.c 		max_mday = rtc_month_days(max_date.tm_mon, max_date.tm_year);
rtc_month_days    429 drivers/rtc/rtc-cmos.c 		max_mday = rtc_month_days(max_date.tm_mon, max_date.tm_year);
rtc_month_days    240 drivers/rtc/rtc-davinci.c 				tmp_days = rtc_month_days(mon, year);
rtc_month_days    206 drivers/rtc/rtc-ds1511.c 	if (day > rtc_month_days(rtc_tm->tm_mon, rtc_tm->tm_year))
rtc_month_days    310 drivers/rtc/rtc-ds1685.c 	if (tm->tm_mday > rtc_month_days(tm->tm_mon, tm->tm_year))
rtc_month_days    118 drivers/rtc/rtc-rtd119x.c 	while (day >= rtc_month_days(tm->tm_mon, year)) {
rtc_month_days    119 drivers/rtc/rtc-rtd119x.c 		day -= rtc_month_days(tm->tm_mon, year);
rtc_month_days     21 include/linux/rtc.h extern int rtc_month_days(unsigned int month, unsigned int year);