Searched refs:ns_to_timespec (Results 1 – 8 of 8) sorted by relevance
460 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec() function477 EXPORT_SYMBOL(ns_to_timespec);487 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval()
88 #define ktime_to_timespec(kt) ns_to_timespec((kt))
161 extern struct timespec ns_to_timespec(const s64 nsec);
47 event->timestamp = ns_to_timespec(kev->ts); in __v4l2_event_dequeue()
514 *audio_ts = ns_to_timespec(nsec); in azx_get_time_info()
1267 *audio_ts = ns_to_timespec(nsec); in skl_get_time_info()
232 *audio_tstamp = ns_to_timespec(audio_nsecs); in update_audio_tstamp()
2031 ts = ns_to_timespec(ns); in encode_time_delta()