Home
last modified time | relevance | path

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

/drivers/hv/
Dhv_util.c169 struct timespec host_ts; in do_adj_guesttime() local
172 host_ts = ns_to_timespec(host_tns); in do_adj_guesttime()
174 do_settimeofday(&host_ts); in do_adj_guesttime()
/drivers/media/usb/uvc/
Duvc_video.c468 sample->host_ts = ts; in uvc_video_clock_decode()
659 ts = timespec_sub(last->host_ts, first->host_ts); in uvc_video_clock_update()
679 ts.tv_sec = first->host_ts.tv_sec - 1 + div; in uvc_video_clock_update()
680 ts.tv_nsec = first->host_ts.tv_nsec + rem; in uvc_video_clock_update()
Duvcvideo.h501 struct timespec host_ts; member
/drivers/infiniband/hw/cxgb4/
Dt4.h269 struct timespec host_ts; member
308 struct timespec host_ts; member
Ddevice.c133 le.post_host_ts = wq->sq.sw_sq[wq->sq.cidx].host_ts; in c4iw_log_wr_stats()
139 le.post_host_ts = wq->rq.sw_rq[wq->rq.cidx].host_ts; in c4iw_log_wr_stats()
Dqp.c829 getnstimeofday(&swsqe->host_ts); in c4iw_post_send()
899 &qhp->wq.rq.sw_rq[qhp->wq.rq.pidx].host_ts); in c4iw_post_receive()