Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_controller.c474 struct system_device_crosststamp *xtstamp) in azx_get_crosststamp() argument
477 substream, NULL, xtstamp); in azx_get_crosststamp()
497 struct system_device_crosststamp xtstamp; in azx_get_time_info() local
518 ret = azx_get_crosststamp(substream, &xtstamp); in azx_get_time_info()
527 *system_ts = ktime_to_timespec64(xtstamp.sys_monoraw); in azx_get_time_info()
531 *system_ts = ktime_to_timespec64(xtstamp.sys_realtime); in azx_get_time_info()
536 *audio_ts = ktime_to_timespec64(xtstamp.device); in azx_get_time_info()