Home
last modified time | relevance | path

Searched refs:tm_isdst (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/rtc/
H A Drtc-efi.c62 eft->daylight = wtime->tm_isdst ? EFI_ISDST : 0; in convert_to_efi_time()
103 wtime->tm_isdst = 1; in convert_from_efi_time()
106 wtime->tm_isdst = 0; in convert_from_efi_time()
109 wtime->tm_isdst = -1; in convert_from_efi_time()
H A Dlib.c152 tm->tm_isdst = 0; in rtc_time64_to_tm()
H A Drtc-moxart.c232 tm->tm_isdst = 0; in moxart_rtc_read_time()
H A Drtc-mpc5121.c167 tm->tm_isdst = 0; in mpc5200_rtc_read_time()
H A Drtc-r7301.c167 tm->tm_isdst = -1; in rtc7301_get_time()
H A Drtc-max8997.c92 tm->tm_isdst = 0; in max8997_rtc_data_to_tm()
H A Ddev.c278 alarm.time.tm_isdst = -1; in rtc_dev_ioctl()
H A Drtc-ds1685.c298 tm->tm_isdst = 0; /* RTC has hardcoded timezone, so don't use. */ in ds1685_rtc_read_time()
489 alrm->time.tm_isdst = -1; in ds1685_rtc_set_alarm()
H A Drtc-s5m.c206 tm->tm_isdst = 0; in s5m8767_data_to_tm()
H A Drtc-max77686.c307 tm->tm_isdst = 0; in max77686_rtc_data_to_tm()
H A Drtc-ds1307.c632 t->time.tm_isdst = -1; in rx8130_read_alarm()
759 t->time.tm_isdst = -1; in mcp794xx_read_alarm()
H A Dinterface.c202 alarm->time.tm_isdst = -1; in rtc_read_alarm_internal()
/linux/include/uapi/linux/
H A Drtc.h34 int tm_isdst; member
/linux/lib/
H A Dvsprintf.c1981 rtc_time.tm_isdst = 0; in time64_str()