Lines Matching refs:tv
436 struct timeval tv; in hp_sdc_rtc_proc_show() local
452 if (hp_sdc_rtc_read_rt(&tv)) { in hp_sdc_rtc_proc_show()
456 tv.tv_sec, (int)tv.tv_usec/1000); in hp_sdc_rtc_proc_show()
459 if (hp_sdc_rtc_read_fhs(&tv)) { in hp_sdc_rtc_proc_show()
463 tv.tv_sec, (int)tv.tv_usec/1000); in hp_sdc_rtc_proc_show()
466 if (hp_sdc_rtc_read_mt(&tv)) { in hp_sdc_rtc_proc_show()
470 tv.tv_sec, (int)tv.tv_usec/1000); in hp_sdc_rtc_proc_show()
473 if (hp_sdc_rtc_read_dt(&tv)) { in hp_sdc_rtc_proc_show()
477 tv.tv_sec, (int)tv.tv_usec/1000); in hp_sdc_rtc_proc_show()
480 if (hp_sdc_rtc_read_ct(&tv)) { in hp_sdc_rtc_proc_show()
484 tv.tv_sec, (int)tv.tv_usec/1000); in hp_sdc_rtc_proc_show()