Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dpcm_compat.c198 struct compat_timespec driver_tstamp; member
238 compat_put_timespec(&status.driver_tstamp, &src->driver_tstamp) || in snd_pcm_status_user_compat()
261 struct timespec driver_tstamp; member
302 put_timespec(&status.driver_tstamp, &src->driver_tstamp) || in snd_pcm_status_user_x32()
Dpcm_lib.c223 struct timespec driver_tstamp; in update_audio_tstamp() local
258 snd_pcm_gettime(substream->runtime, (struct timespec *)&driver_tstamp); in update_audio_tstamp()
259 runtime->driver_tstamp = driver_tstamp; in update_audio_tstamp()
Dpcm_native.c933 status->driver_tstamp = runtime->driver_tstamp; in snd_pcm_status()
/Linux-v4.19/tools/include/uapi/sound/
Dasound.h471 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member
/Linux-v4.19/include/uapi/sound/
Dasound.h471 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member
/Linux-v4.19/include/sound/
Dpcm.h430 struct timespec driver_tstamp; member