EFI_ISDST         113 drivers/char/efirtc.c 	eft->daylight	= wtime->tm_isdst ? EFI_ISDST: 0;
EFI_ISDST         135 drivers/char/efirtc.c 	switch (eft->daylight & EFI_ISDST) {
EFI_ISDST         136 drivers/char/efirtc.c 		case EFI_ISDST:
EFI_ISDST          62 drivers/rtc/rtc-efi.c 	eft->daylight	= wtime->tm_isdst ? EFI_ISDST : 0;
EFI_ISDST         101 drivers/rtc/rtc-efi.c 	switch (eft->daylight & EFI_ISDST) {
EFI_ISDST         102 drivers/rtc/rtc-efi.c 	case EFI_ISDST: