Lines Matching refs:tv
436 struct timespec64 tv; in hp_sdc_rtc_proc_show() local
450 if (hp_sdc_rtc_read_rt(&tv)) { in hp_sdc_rtc_proc_show()
454 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()
457 if (hp_sdc_rtc_read_fhs(&tv)) { in hp_sdc_rtc_proc_show()
461 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()
464 if (hp_sdc_rtc_read_mt(&tv)) { in hp_sdc_rtc_proc_show()
468 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()
471 if (hp_sdc_rtc_read_dt(&tv)) { in hp_sdc_rtc_proc_show()
475 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()
478 if (hp_sdc_rtc_read_ct(&tv)) { in hp_sdc_rtc_proc_show()
482 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show()