Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_lib.c242 struct timespec64 driver_tstamp; in update_audio_tstamp() local
282 snd_pcm_gettime(substream->runtime, &driver_tstamp); in update_audio_tstamp()
283 runtime->driver_tstamp = driver_tstamp; in update_audio_tstamp()
H A Dpcm_native.c1057 runtime->driver_tstamp.tv_sec; in snd_pcm_status64()
1059 runtime->driver_tstamp.tv_nsec; in snd_pcm_status64()
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h495 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member
/linux/include/uapi/sound/
H A Dasound.h495 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member
/linux/include/sound/
H A Dpcm.h447 struct timespec64 driver_tstamp; member