Home
last modified time | relevance | path

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

12

/u-boot/drivers/rtc/
A Demul_rtc.c37 time->tm_isdst = priv->isdst; in emul_rtc_get()
51 if (time->tm_isdst > 0) in emul_rtc_set()
53 else if (time->tm_isdst < 0) in emul_rtc_set()
A Dmc13xxx-rtc.c41 rtc->tm_isdst = 0; in rtc_get()
A Drtc-lib.c76 tm->tm_isdst = 0; in rtc_to_tm()
A Dpcf8563.c62 tmp->tm_isdst= 0; in rtc_get()
158 tmp->tm_isdst = 0; in pcf8563_rtc_get()
A Dmax6900.c73 tmp->tm_isdst= 0; in rtc_get()
A Dmcfrtc.c41 tmp->tm_isdst = 0; in rtc_get()
A Dpt7c4338.c100 tmp->tm_isdst = 0; in rtc_get()
179 tmp->tm_isdst = 0; in pt7c4338_rtc_get()
A Ddavinci.c49 tmp->tm_isdst = 0; in rtc_get()
A Dds3231.c101 tmp->tm_isdst= 0; in rtc_get()
206 tmp->tm_isdst = 0; in ds3231_rtc_get()
A Dm48t35ax.c60 tmp->tm_isdst= 0; in rtc_get()
A Dds1337.c113 tmp->tm_isdst= 0; in rtc_get()
247 tmp->tm_isdst = 0; in ds1337_rtc_get()
A Dpcf2127.c98 tm->tm_isdst = 0; in pcf2127_rtc_get()
A Dds1307.c135 tmp->tm_isdst= 0; in rtc_get()
305 tm->tm_isdst = 0; in ds1307_rtc_get()
A Dm41t11.c111 tmp->tm_isdst= 0; in rtc_get()
A Dds164x.c91 tmp->tm_isdst= 0; in rtc_get()
A Drv8803.c97 tm->tm_isdst = 0; in rv8803_rtc_get()
A Dds1556.c95 tmp->tm_isdst= 0; in rtc_get()
A Dds174x.c90 tmp->tm_isdst= 0; in rtc_get()
A Disl1208.c105 tmp->tm_isdst= 0; in isl1208_rtc_get()
A Dmvrtc.c54 t->tm_isdst = 0; in __mv_rtc_get()
A Drs5c372.c140 dt->tm_isdst= 0; in rs5c372_convert_to_time()
A Dm41t60.c163 tmp->tm_isdst = 0; in rtc_get()
/u-boot/include/
A Drtc_def.h32 int tm_isdst; member
/u-boot/include/linux/
A Dtime.h39 int tm_isdst; /* DST. [-1/0/1]*/ member
140 res->tm_isdst = -1;
/u-boot/lib/efi_loader/
A Defi_runtime.c270 if (tm.tm_isdst > 0) in efi_get_time_boottime()
273 else if (!tm.tm_isdst) in efi_get_time_boottime()
357 tm.tm_isdst = 0; in efi_set_time_boottime()
360 tm.tm_isdst = 1; in efi_set_time_boottime()
363 tm.tm_isdst = -1; in efi_set_time_boottime()

Completed in 25 milliseconds

12