Home
last modified time | relevance | path

Searched full:weekday (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/rtc/
H A Drtc-wilco-ec.c71 * @weekday: Day of the week (0=Saturday)
86 u8 weekday; member
131 * We DO need to set weekday because the EC controls battery charging in wilco_ec_rtc_write()
146 rtc.weekday = bin2bcd(wday); in wilco_ec_rtc_write()
H A Drtc-lp8788.c89 /* lookup defined weekday from read register value */ in _to_tm_wday()
146 /* because rtc weekday is a readonly register, do not update */ in lp8788_rtc_set_time()
H A Drtc-pl031.c75 * the weekday fix
338 * weekday for 2000-01-01. Correct the erroneous sunday to saturday. in pl031_probe()
H A Drtc-ds1685.c336 * - Hours !>= 24, Mins !>= 60, Secs !>= 60, & Weekday !> 7. in ds1685_rtc_set_time()
/linux/net/netfilter/
H A Dxt_time.c25 u_int8_t weekday; /* (1-7) */ member
91 * Here comes the rest (weekday, monthday). First, divide the SSTE in localtime_2()
100 r->weekday = (4 + r->dse - 1) % 7 + 1; in localtime_2()
188 * - 'now' is in the weekday mask in time_mt()
225 if (!(info->weekdays_match & (1U << current_time.weekday))) in time_mt()
/linux/arch/m68k/sun3/
H A Dintersil.c48 todintersil->weekday = t->tm_wday; in sun3_hwclk()
58 t->tm_wday = todintersil->weekday; in sun3_hwclk()
/linux/arch/m68k/atari/
H A Dtime.c104 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()
118 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_write()
175 val.weekday = t->tm_wday; in atari_mste_hwclk()
196 t->tm_wday = val.weekday; in atari_mste_hwclk()
/linux/arch/m68k/include/asm/
H A Dintersil.h36 unsigned char weekday; member
H A Damigahw.h285 unsigned int :28, weekday:4; member
313 unsigned int :28, weekday:4; member
H A Datarihw.h783 u_char weekday; member
/linux/include/linux/mfd/
H A Dac100.h154 #define AC100_RTC_WEE 0xcb /* weekday */
/linux/arch/powerpc/include/asm/
H A Dsmu.h91 * [sec] [min] [hour] [weekday] [month day] [month] [year]