/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-bd70528.c | 35 u8 week; member 69 r->week &= ~BD70528_MASK_RTC_WEEK; in tm2rtc() 83 r->week |= bin2bcd(t->tm_wday); in tm2rtc() 105 t->tm_wday = bcd2bin(r->week & BD70528_MASK_RTC_WEEK); in rtc2tm()
|
H A D | rtc-ds1742.c | 83 unsigned int year, month, day, hour, minute, second, week; in ds1742_rtc_read_time() local 95 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1742_rtc_read_time() 104 tm->tm_wday = bcd2bin(week); in ds1742_rtc_read_time()
|
H A D | rtc-ds1553.c | 99 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local 111 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1553_rtc_read_time() 120 tm->tm_wday = bcd2bin(week); in ds1553_rtc_read_time()
|
H A D | rtc-stk17ta8.c | 98 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local 113 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in stk17ta8_rtc_read_time() 122 tm->tm_wday = bcd2bin(week); in stk17ta8_rtc_read_time()
|
H A D | rtc-ds3232.c | 103 unsigned int week, twelve_hr, am_pm; in ds3232_read_time() local 113 week = buf[3]; in ds3232_read_time() 138 /* Day of the week in linux range is 0~6 while 1~7 in RTC chip */ in ds3232_read_time() 139 time->tm_wday = bcd2bin(week) - 1; in ds3232_read_time() 161 /* Day of the week in linux range is 0~6 while 1~7 in RTC chip */ in ds3232_set_time()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-ds1742.c | 84 unsigned int year, month, day, hour, minute, second, week; in ds1742_rtc_read_time() local 96 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1742_rtc_read_time() 105 tm->tm_wday = bcd2bin(week); in ds1742_rtc_read_time()
|
H A D | rtc-bd70528.c | 29 u8 week; member 193 r->week &= ~BD70528_MASK_RTC_WEEK; in tm2rtc() 207 r->week |= bin2bcd(t->tm_wday); in tm2rtc() 229 t->tm_wday = bcd2bin(r->week & BD70528_MASK_RTC_WEEK); in rtc2tm()
|
H A D | rtc-ds1553.c | 99 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local 111 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1553_rtc_read_time() 120 tm->tm_wday = bcd2bin(week); in ds1553_rtc_read_time()
|
H A D | rtc-stk17ta8.c | 98 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local 113 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in stk17ta8_rtc_read_time() 122 tm->tm_wday = bcd2bin(week); in stk17ta8_rtc_read_time()
|
H A D | rtc-ds3232.c | 103 unsigned int week, twelve_hr, am_pm; in ds3232_read_time() local 113 week = buf[3]; in ds3232_read_time() 138 /* Day of the week in linux range is 0~6 while 1~7 in RTC chip */ in ds3232_read_time() 139 time->tm_wday = bcd2bin(week) - 1; in ds3232_read_time() 161 /* Day of the week in linux range is 0~6 while 1~7 in RTC chip */ in ds3232_set_time()
|
/kernel/linux/linux-5.10/tools/edid/ |
H A D | edid.S | 72 week: .byte WEEK label 75 If week=255, it is the model year instead */
|
/kernel/linux/linux-6.6/tools/edid/ |
H A D | edid.S | 72 week: .byte WEEK label 75 If week=255, it is the model year instead */
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbmon.c | 303 specs->week = block[8]; in parse_vendor_block() 307 DPRINTK(" Year: %u Week %u\n", specs->year, specs->week); in parse_vendor_block()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbmon.c | 303 specs->week = block[8]; in parse_vendor_block() 307 DPRINTK(" Year: %u Week %u\n", specs->year, specs->week); in parse_vendor_block()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fb.h | 74 __u32 week; /* Week Manufactured */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fb.h | 76 __u32 week; /* Week Manufactured */ member
|