Searched refs:ns_to_timespec (Results 1 – 7 of 7) sorted by relevance
452 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec() function469 EXPORT_SYMBOL(ns_to_timespec);479 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval()
136 extern struct timespec ns_to_timespec(const s64 nsec);
88 #define ktime_to_timespec(kt) ns_to_timespec((kt))
525 *audio_ts = ns_to_timespec(nsec); in azx_get_time_info()
1209 *audio_ts = ns_to_timespec(nsec); in skl_get_time_info()
247 *audio_tstamp = ns_to_timespec(audio_nsecs); in update_audio_tstamp()
2024 ts = ns_to_timespec(ns); in encode_time_delta()