Home
last modified time | relevance | path

Searched refs:ns_to_timespec (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/kernel/time/
Dtime.c460 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec() function
477 EXPORT_SYMBOL(ns_to_timespec);
487 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval()
/Linux-v5.4/include/linux/
Dktime.h88 #define ktime_to_timespec(kt) ns_to_timespec((kt))
Dtime32.h161 extern struct timespec ns_to_timespec(const s64 nsec);
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-event.c47 event->timestamp = ns_to_timespec(kev->ts); in __v4l2_event_dequeue()
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c514 *audio_ts = ns_to_timespec(nsec); in azx_get_time_info()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl-pcm.c1267 *audio_ts = ns_to_timespec(nsec); in skl_get_time_info()
/Linux-v5.4/sound/core/
Dpcm_lib.c232 *audio_tstamp = ns_to_timespec(audio_nsecs); in update_audio_tstamp()
/Linux-v5.4/fs/nfsd/
Dnfs4xdr.c2031 ts = ns_to_timespec(ns); in encode_time_delta()