Home
last modified time | relevance | path

Searched refs:hwptr (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/sound/usb/usx2y/
Dusbusx2yaudio.c142 if (subs->hwptr + count > runtime->buffer_size) { in usx2y_urb_play_prepare()
146 len = runtime->buffer_size - subs->hwptr; in usx2y_urb_play_prepare()
149 subs->hwptr * usx2y->stride, len * usx2y->stride); in usx2y_urb_play_prepare()
152 subs->hwptr += count; in usx2y_urb_play_prepare()
153 subs->hwptr -= runtime->buffer_size; in usx2y_urb_play_prepare()
156 urb->transfer_buffer = runtime->dma_area + subs->hwptr * usx2y->stride; in usx2y_urb_play_prepare()
157 subs->hwptr += count; in usx2y_urb_play_prepare()
158 if (subs->hwptr >= runtime->buffer_size) in usx2y_urb_play_prepare()
159 subs->hwptr -= runtime->buffer_size; in usx2y_urb_play_prepare()
379 subs->hwptr = 0; in usx2y_subs_prepare()
Dusbusx2y.h69 int hwptr; /* free frame position in the buffer (only for playback) */ member
/linux-6.1.9/include/sound/
Demu10k1_synth.h18 struct snd_emu10k1 *hwptr; /* chip */ member
/linux-6.1.9/sound/pci/emu10k1/
Demu10k1_synth.c42 hw = arg->hwptr; in snd_emu10k1_synth_probe()
Demu10k1.c173 arg->hwptr = emu; in snd_card_emu10k1_probe()
/linux-6.1.9/sound/pci/
Dmaestro3.c707 unsigned int hwptr; member
1147 s->hwptr = 0; in snd_m3_pcm_setup1()
1483 unsigned int hwptr; in snd_m3_update_ptr() local
1489 hwptr = snd_m3_get_pointer(chip, s, subs); in snd_m3_update_ptr()
1492 if (hwptr >= s->dma_size) in snd_m3_update_ptr()
1493 hwptr %= s->dma_size; in snd_m3_update_ptr()
1495 diff = s->dma_size + hwptr - s->hwptr; in snd_m3_update_ptr()
1499 s->hwptr = hwptr; in snd_m3_update_ptr()
Des1968.c458 unsigned int hwptr; /* current hw pointer in bytes */ member
1247 es->hwptr = 0; in snd_es1968_pcm_trigger()
1849 unsigned int hwptr; in snd_es1968_update_pcm() local
1856 hwptr = snd_es1968_get_dma_ptr(chip, es) << es->wav_shift; in snd_es1968_update_pcm()
1857 hwptr %= es->dma_size; in snd_es1968_update_pcm()
1859 diff = (es->dma_size + hwptr - es->hwptr) % es->dma_size; in snd_es1968_update_pcm()
1861 es->hwptr = hwptr; in snd_es1968_update_pcm()
/linux-6.1.9/drivers/video/fbdev/riva/
Driva_hw.h555 #define RIVA_FIFO_FREE(hwinst,hwptr,cnt) \ argument
559 (hwinst).FifoFreeCount = NV_RD32(&(hwinst).hwptr->FifoFree, 0) >> 2; \
/linux-6.1.9/sound/core/
Dpcm_trace.h11 TRACE_EVENT(hwptr,
/linux-6.1.9/sound/pci/au88x0/
Dau88x0.c275 arg->hwptr = vortex; in __snd_vortex_probe()
/linux-6.1.9/sound/pci/hda/
Dhda_intel.c647 snd_pcm_uframes_t hwptr, target; in azx_position_ok() local
693 hwptr = runtime->hw_ptr_base + pos; in azx_position_ok()
694 if (hwptr < runtime->status->hw_ptr) in azx_position_ok()
695 hwptr += runtime->buffer_size; in azx_position_ok()
697 if (hwptr < target) { in azx_position_ok()
/linux-6.1.9/sound/usb/
Dpcm.c1448 unsigned int hwptr = subs->hwptr_done / stride; in prepare_playback_urb() local
1453 if (avail <= hwptr) in prepare_playback_urb()
1455 avail -= hwptr; in prepare_playback_urb()
/linux-6.1.9/Documentation/sound/designs/
Dtracepoints.rst21 This category includes four tracepoints; ``hwptr``, ``applptr``, ``xrun`` and
Dprocfile.rst117 Since 2.6.30, this option can enable the hwptr check using