tm_isdst           99 drivers/base/power/trace.c 		.tm_isdst = 1
tm_isdst          113 drivers/char/efirtc.c 	eft->daylight	= wtime->tm_isdst ? EFI_ISDST: 0;
tm_isdst          137 drivers/char/efirtc.c 			wtime->tm_isdst = 1;
tm_isdst          140 drivers/char/efirtc.c 			wtime->tm_isdst = 0;
tm_isdst          143 drivers/char/efirtc.c 			wtime->tm_isdst = -1;
tm_isdst          275 drivers/rtc/dev.c 		alarm.time.tm_isdst = -1;
tm_isdst          202 drivers/rtc/interface.c 		alarm->time.tm_isdst = -1;
tm_isdst           87 drivers/rtc/lib.c 	tm->tm_isdst = 0;
tm_isdst          576 drivers/rtc/rtc-ds1307.c 	t->time.tm_isdst = -1;
tm_isdst          712 drivers/rtc/rtc-ds1307.c 	t->time.tm_isdst = -1;
tm_isdst          267 drivers/rtc/rtc-ds1685.c 	tm->tm_isdst = 0; /* RTC has hardcoded timezone, so don't use. */
tm_isdst          458 drivers/rtc/rtc-ds1685.c 	alrm->time.tm_isdst	= -1;
tm_isdst           62 drivers/rtc/rtc-efi.c 	eft->daylight	= wtime->tm_isdst ? EFI_ISDST : 0;
tm_isdst          103 drivers/rtc/rtc-efi.c 		wtime->tm_isdst = 1;
tm_isdst          106 drivers/rtc/rtc-efi.c 		wtime->tm_isdst = 0;
tm_isdst          109 drivers/rtc/rtc-efi.c 		wtime->tm_isdst = -1;
tm_isdst          277 drivers/rtc/rtc-max77686.c 	tm->tm_isdst = 0;
tm_isdst           92 drivers/rtc/rtc-max8997.c 	tm->tm_isdst = 0;
tm_isdst          291 drivers/rtc/rtc-mcp795.c 	alm->time.tm_isdst	= -1;
tm_isdst          336 drivers/rtc/rtc-mcp795.c 	alm->time.tm_isdst	= -1;
tm_isdst          232 drivers/rtc/rtc-moxart.c 	tm->tm_isdst = 0;
tm_isdst          171 drivers/rtc/rtc-mpc5121.c 	tm->tm_isdst = 0;
tm_isdst          155 drivers/rtc/rtc-r7301.c 		tm->tm_isdst = -1;
tm_isdst          191 drivers/rtc/rtc-s5m.c 	tm->tm_isdst = 0;
tm_isdst           30 include/uapi/linux/rtc.h 	int tm_isdst;