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.c515 sample->host_ts = ts; in uvc_video_clock_decode()
717 ts = timespec_sub(last->host_ts, first->host_ts); in uvc_video_clock_update()
737 ts.tv_sec = first->host_ts.tv_sec - 1 + div; in uvc_video_clock_update()
738 ts.tv_nsec = first->host_ts.tv_nsec + rem; in uvc_video_clock_update()
Duvcvideo.h517 struct timespec host_ts; member
/drivers/infiniband/hw/cxgb4/
Dt4.h270 struct timespec host_ts; member
311 struct timespec host_ts; member
Ddevice.c134 le.post_host_ts = wq->sq.sw_sq[wq->sq.cidx].host_ts; in c4iw_log_wr_stats()
140 le.post_host_ts = wq->rq.sw_rq[wq->rq.cidx].host_ts; in c4iw_log_wr_stats()
Dqp.c845 getnstimeofday(&swsqe->host_ts); in c4iw_post_send()
914 &qhp->wq.rq.sw_rq[qhp->wq.rq.pidx].host_ts); in c4iw_post_receive()