Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dpcm_lib.c239 struct timespec64 driver_tstamp; in update_audio_tstamp() local
279 snd_pcm_gettime(substream->runtime, &driver_tstamp); in update_audio_tstamp()
280 runtime->driver_tstamp = driver_tstamp; in update_audio_tstamp()
H A Dpcm_native.c1029 runtime->driver_tstamp.tv_sec; in snd_pcm_status64()
1031 runtime->driver_tstamp.tv_nsec; in snd_pcm_status64()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h491 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member
/openbmc/linux/include/uapi/sound/
H A Dasound.h491 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member
/openbmc/linux/include/sound/
H A Dpcm.h430 struct timespec64 driver_tstamp; member