Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Dintersil.c47 todintersil->weekday = t->tm_wday; in sun3_hwclk()
57 t->tm_wday = todintersil->weekday; in sun3_hwclk()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H A Dintersil.c47 todintersil->weekday = t->tm_wday; in sun3_hwclk()
57 t->tm_wday = todintersil->weekday; in sun3_hwclk()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_time.c25 u_int8_t weekday; /* (1-7) */ member
96 * Here comes the rest (weekday, monthday). First, divide the SSTE in localtime_2()
105 r->weekday = (4 + r->dse - 1) % 7 + 1; in localtime_2()
193 * - 'now' is in the weekday mask in time_mt()
230 if (!(info->weekdays_match & (1 << current_time.weekday))) in time_mt()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_time.c25 u_int8_t weekday; /* (1-7) */ member
96 * Here comes the rest (weekday, monthday). First, divide the SSTE in localtime_2()
105 r->weekday = (4 + r->dse - 1) % 7 + 1; in localtime_2()
193 * - 'now' is in the weekday mask in time_mt()
230 if (!(info->weekdays_match & (1 << current_time.weekday))) in time_mt()
/kernel/linux/linux-5.10/arch/m68k/atari/
H A Dtime.c101 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()
115 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_write()
172 val.weekday = t->tm_wday; in atari_mste_hwclk()
193 t->tm_wday = val.weekday; in atari_mste_hwclk()
/kernel/linux/linux-6.6/arch/m68k/atari/
H A Dtime.c102 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_read()
116 COPY(weekday) ; COPY(day_ones) ; COPY(day_tens) ; in mste_write()
173 val.weekday = t->tm_wday; in atari_mste_hwclk()
194 t->tm_wday = val.weekday; in atari_mste_hwclk()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 10 milliseconds