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

/linux-master/sound/core/
H A Dpcm_lib.c239 struct timespec64 driver_tstamp; local
279 snd_pcm_gettime(substream->runtime, &driver_tstamp);
280 runtime->driver_tstamp = driver_tstamp;
H A Dpcm_native.c1039 runtime->driver_tstamp.tv_sec;
1041 runtime->driver_tstamp.tv_nsec;
/linux-master/include/uapi/sound/
H A Dasound.h494 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member in struct:snd_pcm_status
/linux-master/tools/include/uapi/sound/
H A Dasound.h494 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member in struct:snd_pcm_status
/linux-master/include/sound/
H A Dpcm.h437 struct timespec64 driver_tstamp; member in struct:snd_pcm_runtime

Completed in 206 milliseconds