Lines Matching refs:tv
436 struct timespec64 tv; in hp_sdc_rtc_proc_show() local
452 if (hp_sdc_rtc_read_rt(&tv)) { in hp_sdc_rtc_proc_show()
456 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()
459 if (hp_sdc_rtc_read_fhs(&tv)) { in hp_sdc_rtc_proc_show()
463 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()
466 if (hp_sdc_rtc_read_mt(&tv)) { in hp_sdc_rtc_proc_show()
470 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()
473 if (hp_sdc_rtc_read_dt(&tv)) { in hp_sdc_rtc_proc_show()
477 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()
480 if (hp_sdc_rtc_read_ct(&tv)) { in hp_sdc_rtc_proc_show()
484 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()