Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/misc/
Dhp_sdc_rtc.c134 struct rtc_time tm, tm_last; in hp_sdc_rtc_read_bbrtc() local
139 if (hp_sdc_rtc_do_read_bbrtc(&tm_last)) return -1; in hp_sdc_rtc_read_bbrtc()
142 while (memcmp(&tm, &tm_last, sizeof(struct rtc_time))) { in hp_sdc_rtc_read_bbrtc()
144 memcpy(&tm_last, &tm, sizeof(struct rtc_time)); in hp_sdc_rtc_read_bbrtc()