Home
last modified time | relevance | path

Searched refs:tm_last (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/input/misc/
Dhp_sdc_rtc.c116 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()