ns_to_timeval     479 drivers/media/common/videobuf2/videobuf2-v4l2.c 	b->timestamp = ns_to_timeval(vb->timestamp);
ns_to_timeval    1269 drivers/media/pci/meye/meye.c 	buf->timestamp = ns_to_timeval(meye.grab_buffer[index].ts);
ns_to_timeval    1335 drivers/media/pci/meye/meye.c 	buf->timestamp = ns_to_timeval(meye.grab_buffer[reqnr].ts);
ns_to_timeval     803 drivers/media/usb/cpia2/cpia2_v4l.c 		buf->timestamp = ns_to_timeval(cam->buffers[buf->index].ts);
ns_to_timeval     910 drivers/media/usb/cpia2/cpia2_v4l.c 	buf->timestamp = ns_to_timeval(cam->buffers[buf->index].ts);
ns_to_timeval    1128 drivers/media/usb/stkwebcam/stk-webcam.c 	sbuf->v4lbuf.timestamp = ns_to_timeval(ktime_get_ns());
ns_to_timeval     699 drivers/media/usb/usbvision/usbvision-video.c 	vb->timestamp = ns_to_timeval(usbvision->frame[vb->index].ts);
ns_to_timeval     768 drivers/media/usb/usbvision/usbvision-video.c 	vb->timestamp = ns_to_timeval(f->ts);
ns_to_timeval     367 drivers/media/v4l2-core/videobuf-core.c 	b->timestamp = ns_to_timeval(vb->ts);
ns_to_timeval    1492 fs/binfmt_elf.c 		prstatus->pr_utime = ns_to_timeval(cputime.utime);
ns_to_timeval    1493 fs/binfmt_elf.c 		prstatus->pr_stime = ns_to_timeval(cputime.stime);
ns_to_timeval    1498 fs/binfmt_elf.c 		prstatus->pr_utime = ns_to_timeval(utime);
ns_to_timeval    1499 fs/binfmt_elf.c 		prstatus->pr_stime = ns_to_timeval(stime);
ns_to_timeval    1502 fs/binfmt_elf.c 	prstatus->pr_cutime = ns_to_timeval(p->signal->cutime);
ns_to_timeval    1503 fs/binfmt_elf.c 	prstatus->pr_cstime = ns_to_timeval(p->signal->cstime);
ns_to_timeval    1362 fs/binfmt_elf_fdpic.c 		prstatus->pr_utime = ns_to_timeval(cputime.utime);
ns_to_timeval    1363 fs/binfmt_elf_fdpic.c 		prstatus->pr_stime = ns_to_timeval(cputime.stime);
ns_to_timeval    1368 fs/binfmt_elf_fdpic.c 		prstatus->pr_utime = ns_to_timeval(utime);
ns_to_timeval    1369 fs/binfmt_elf_fdpic.c 		prstatus->pr_stime = ns_to_timeval(stime);
ns_to_timeval    1371 fs/binfmt_elf_fdpic.c 	prstatus->pr_cutime = ns_to_timeval(p->signal->cutime);
ns_to_timeval    1372 fs/binfmt_elf_fdpic.c 	prstatus->pr_cstime = ns_to_timeval(p->signal->cstime);
ns_to_timeval     941 include/linux/compat.h 	tv = ns_to_timeval(nsec);
ns_to_timeval      94 include/linux/ktime.h #define ktime_to_timeval(kt)		ns_to_timeval((kt))
ns_to_timeval     217 include/linux/time32.h extern struct timeval ns_to_timeval(const s64 nsec);
ns_to_timeval    1766 kernel/sys.c   	r->ru_utime = ns_to_timeval(utime);
ns_to_timeval    1767 kernel/sys.c   	r->ru_stime = ns_to_timeval(stime);
ns_to_timeval      72 kernel/time/itimer.c 	value->it_value = ns_to_timeval(val);
ns_to_timeval      73 kernel/time/itimer.c 	value->it_interval = ns_to_timeval(interval);
ns_to_timeval     174 kernel/time/itimer.c 		ovalue->it_value = ns_to_timeval(oval);
ns_to_timeval     175 kernel/time/itimer.c 		ovalue->it_interval = ns_to_timeval(ointerval);
ns_to_timeval     495 kernel/time/time.c EXPORT_SYMBOL(ns_to_timeval);