Searched refs:tm_last (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | hp_sdc_rtc.c | 116 struct rtc_time tm, tm_last; in hp_sdc_rtc_read_bbrtc() local 121 if (hp_sdc_rtc_do_read_bbrtc(&tm_last)) return -1; in hp_sdc_rtc_read_bbrtc() 124 while (memcmp(&tm, &tm_last, sizeof(struct rtc_time))) { in hp_sdc_rtc_read_bbrtc() 126 memcpy(&tm_last, &tm, sizeof(struct rtc_time)); in hp_sdc_rtc_read_bbrtc()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | hp_sdc_rtc.c | 116 struct rtc_time tm, tm_last; in hp_sdc_rtc_read_bbrtc() local 121 if (hp_sdc_rtc_do_read_bbrtc(&tm_last)) return -1; in hp_sdc_rtc_read_bbrtc() 124 while (memcmp(&tm, &tm_last, sizeof(struct rtc_time))) { in hp_sdc_rtc_read_bbrtc() 126 memcpy(&tm_last, &tm, sizeof(struct rtc_time)); in hp_sdc_rtc_read_bbrtc()
|
Completed in 2 milliseconds