ns_to_timespec     47 drivers/media/v4l2-core/v4l2-event.c 	event->timestamp = ns_to_timespec(kev->ts);
ns_to_timespec   2031 fs/nfsd/nfs4xdr.c 	ts = ns_to_timespec(ns);
ns_to_timespec     88 include/linux/ktime.h #define ktime_to_timespec(kt)		ns_to_timespec((kt))
ns_to_timespec    161 include/linux/time32.h extern struct timespec ns_to_timespec(const s64 nsec);
ns_to_timespec    477 kernel/time/time.c EXPORT_SYMBOL(ns_to_timespec);
ns_to_timespec    487 kernel/time/time.c 	struct timespec ts = ns_to_timespec(nsec);
ns_to_timespec    232 sound/core/pcm_lib.c 		*audio_tstamp = ns_to_timespec(audio_nsecs);
ns_to_timespec    514 sound/pci/hda/hda_controller.c 		*audio_ts = ns_to_timespec(nsec);
ns_to_timespec   1267 sound/soc/intel/skylake/skl-pcm.c 		*audio_ts = ns_to_timespec(nsec);