Searched refs:snd_pcm_gettime (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_lib.c | 150 snd_pcm_gettime(runtime, &tstamp); in __snd_pcm_xrun() 253 snd_pcm_gettime(substream->runtime, &driver_tstamp); in update_audio_tstamp() 290 snd_pcm_gettime(runtime, &curr_tstamp); in snd_pcm_update_hw_ptr0() 292 snd_pcm_gettime(runtime, &curr_tstamp); in snd_pcm_update_hw_ptr0()
|
H A D | pcm_native.c | 1030 snd_pcm_gettime(runtime, &tstamp); in snd_pcm_status64() 1167 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in snd_pcm_trigger_tstamp()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_lib.c | 176 snd_pcm_gettime(runtime, &tstamp); in __snd_pcm_xrun() 279 snd_pcm_gettime(substream->runtime, &driver_tstamp); in update_audio_tstamp() 316 snd_pcm_gettime(runtime, &curr_tstamp); in snd_pcm_update_hw_ptr0() 318 snd_pcm_gettime(runtime, &curr_tstamp); in snd_pcm_update_hw_ptr0()
|
H A D | pcm_native.c | 1049 snd_pcm_gettime(runtime, &tstamp); in snd_pcm_status64() 1186 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in snd_pcm_trigger_tstamp()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 665 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in snd_hdac_stream_timecounter_init()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 674 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in snd_hdac_stream_timecounter_init()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.c | 521 snd_pcm_gettime(substream->runtime, system_ts); in azx_get_time_info()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-pcm.c | 1258 snd_pcm_gettime(substream->runtime, system_ts); in skl_platform_soc_get_time_info()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm.h | 1173 * snd_pcm_gettime - Fill the timespec64 depending on the timestamp mode 1177 static inline void snd_pcm_gettime(struct snd_pcm_runtime *runtime, in snd_pcm_gettime() function
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 1240 * snd_pcm_gettime - Fill the timespec64 depending on the timestamp mode 1244 static inline void snd_pcm_gettime(struct snd_pcm_runtime *runtime, in snd_pcm_gettime() function
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.c | 504 snd_pcm_gettime(substream->runtime, system_ts); in azx_get_time_info()
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-pcm.c | 1253 snd_pcm_gettime(substream->runtime, system_ts); in skl_platform_soc_get_time_info()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | pcm.c | 1687 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in prepare_playback_urb()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | pcm.c | 1577 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in prepare_playback_urb()
|
Completed in 37 milliseconds