Searched refs:weekday (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dintersil.h36 unsigned char weekday; member in struct:intersil_dt
H A Damigahw.h285 unsigned int :28, weekday:4; member in struct:tod3000
313 unsigned int :28, weekday:4; member in struct:tod2000
H A Datarihw.h783 u_char weekday; member in struct:MSTE_RTC
/linux-master/arch/m68k/sun3/
H A Dintersil.c48 todintersil->weekday = t->tm_wday;
58 t->tm_wday = todintersil->weekday;
/linux-master/net/netfilter/
H A Dxt_time.c25 u_int8_t weekday; /* (1-7) */ member in struct:xtm
96 * Here comes the rest (weekday, monthday). First, divide the SSTE
105 r->weekday = (4 + r->dse - 1) % 7 + 1;
193 * - 'now' is in the weekday mask
230 if (!(info->weekdays_match & (1 << current_time.weekday)))
/linux-master/drivers/rtc/
H A Drtc-wilco-ec.c71 * @weekday: Day of the week (0=Saturday)
86 u8 weekday; member in struct:ec_rtc_write_request
131 * We DO need to set weekday because the EC controls battery charging
146 rtc.weekday = bin2bcd(wday);
/linux-master/arch/m68k/atari/
H A Dtime.c104 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ;
118 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ;
175 val.weekday = t->tm_wday;
196 t->tm_wday = val.weekday;

Completed in 130 milliseconds