Lines Matching refs:tv_usec
204 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_rt()
221 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_fhs()
238 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_mt()
255 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_dt()
272 res->tv_usec = (suseconds_t)(tenms % 100) * 10000; in hp_sdc_rtc_read_ct()
296 if (0xffff < setto->tv_usec / 1000000 / 86400) return -1; in hp_sdc_rtc_set_rt()
297 days += ((setto->tv_sec % 86400) + setto->tv_usec / 1000000) / 86400; in hp_sdc_rtc_set_rt()
302 if (0xffffff < setto->tv_usec / 10000) return -1; in hp_sdc_rtc_set_rt()
303 tenms += setto->tv_usec / 10000; in hp_sdc_rtc_set_rt()
333 if (0xffff < setto->tv_usec / 10000) return -1; in hp_sdc_rtc_set_fhs()
334 tenms += setto->tv_usec / 10000; in hp_sdc_rtc_set_fhs()
373 if (0xffffff < setto->tv_usec / 10000) return -1; in hp_sdc_rtc_set_i8042timer()
374 tenms += setto->tv_usec / 10000; in hp_sdc_rtc_set_i8042timer()
467 tv.tv_sec, tv.tv_usec/1000); in hp_sdc_rtc_proc_output()
474 tv.tv_sec, tv.tv_usec/1000); in hp_sdc_rtc_proc_output()
481 tv.tv_sec, tv.tv_usec/1000); in hp_sdc_rtc_proc_output()
488 tv.tv_sec, tv.tv_usec/1000); in hp_sdc_rtc_proc_output()
495 tv.tv_sec, tv.tv_usec/1000); in hp_sdc_rtc_proc_output()
580 ttime.tv_usec = 1000000 / arg; in hp_sdc_rtc_ioctl()