Home
last modified time | relevance | path

Searched refs:hw_ptr_base (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dpcm_trace.h24 __field( snd_pcm_uframes_t, hw_ptr_base )
36 __entry->hw_ptr_base = (substream)->runtime->hw_ptr_base;
45 (unsigned long)__entry->hw_ptr_base,
61 __field( snd_pcm_uframes_t, hw_ptr_base )
71 __entry->hw_ptr_base = (substream)->runtime->hw_ptr_base;
78 (unsigned long)__entry->hw_ptr_base,
H A Dpcm_lib.c312 hw_base = runtime->hw_ptr_base; in snd_pcm_update_hw_ptr0()
454 runtime->hw_ptr_base = hw_base; in snd_pcm_update_hw_ptr0()
H A Dpcm_native.c1881 runtime->hw_ptr_base = 0; in snd_pcm_do_reset()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_trace.h24 __field( snd_pcm_uframes_t, hw_ptr_base )
36 __entry->hw_ptr_base = (substream)->runtime->hw_ptr_base;
45 (unsigned long)__entry->hw_ptr_base,
61 __field( snd_pcm_uframes_t, hw_ptr_base )
71 __entry->hw_ptr_base = (substream)->runtime->hw_ptr_base;
78 (unsigned long)__entry->hw_ptr_base,
H A Dpcm_lib.c338 hw_base = runtime->hw_ptr_base; in snd_pcm_update_hw_ptr0()
480 runtime->hw_ptr_base = hw_base; in snd_pcm_update_hw_ptr0()
H A Dpcm_native.c1898 runtime->hw_ptr_base = 0; in snd_pcm_do_reset()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_intel.c732 if (runtime->hw_ptr_base != runtime->hw_ptr_interrupt) in azx_position_ok()
737 hwptr = runtime->hw_ptr_base + pos; in azx_position_ok()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_intel.c692 if (runtime->hw_ptr_base != runtime->hw_ptr_interrupt) in azx_position_ok()
697 hwptr = runtime->hw_ptr_base + pos; in azx_position_ok()
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h351 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ member
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h354 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ member
/kernel/linux/linux-6.6/sound/usb/
H A Dpcm.c1499 avail = (runtime->control->appl_ptr - runtime->hw_ptr_base) in prepare_playback_urb()

Completed in 34 milliseconds