Searched refs:hwptr_done_capture (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-alsa.h15 unsigned int hwptr_done_capture; member in struct:snd_cobalt_card
H A Dcobalt-alsa-pcm.c142 oldptr = cobsc->hwptr_done_capture;
164 cobsc->hwptr_done_capture += length;
165 if (cobsc->hwptr_done_capture >=
167 cobsc->hwptr_done_capture -=
244 cobsc->hwptr_done_capture = 0;
268 hwptr_done = cobsc->hwptr_done_capture;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-alsa-pcm.c97 oldptr = itvsc->hwptr_done_capture;
111 itvsc->hwptr_done_capture += length;
112 if (itvsc->hwptr_done_capture >=
114 itvsc->hwptr_done_capture -=
211 itvsc->hwptr_done_capture = 0;
230 hwptr_done = itvsc->hwptr_done_capture;
H A Divtv-alsa.h15 unsigned int hwptr_done_capture; member in struct:snd_ivtv_card
/linux-master/drivers/media/pci/cx18/
H A Dcx18-alsa-pcm.c100 oldptr = cxsc->hwptr_done_capture;
114 cxsc->hwptr_done_capture += length;
115 if (cxsc->hwptr_done_capture >=
117 cxsc->hwptr_done_capture -=
207 cxsc->hwptr_done_capture = 0;
226 hwptr_done = cxsc->hwptr_done_capture;
H A Dcx18-alsa.h14 unsigned int hwptr_done_capture; member in struct:snd_cx18_card
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-audio.c126 oldptr = dev->adev.hwptr_done_capture;
142 dev->adev.hwptr_done_capture += length;
143 if (dev->adev.hwptr_done_capture >=
145 dev->adev.hwptr_done_capture -=
213 oldptr = dev->adev.hwptr_done_capture;
229 dev->adev.hwptr_done_capture += length;
230 if (dev->adev.hwptr_done_capture >=
232 dev->adev.hwptr_done_capture -=
483 dev->adev.hwptr_done_capture = 0;
545 hwptr_done = dev->adev.hwptr_done_capture;
[all...]
H A Dcx231xx.h417 unsigned int hwptr_done_capture; member in struct:cx231xx_audio
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-audio.c116 oldptr = dev->adev.hwptr_done_capture;
131 dev->adev.hwptr_done_capture += length;
132 if (dev->adev.hwptr_done_capture >=
134 dev->adev.hwptr_done_capture -=
324 dev->adev.hwptr_done_capture = 0;
384 hwptr_done = dev->adev.hwptr_done_capture;
H A Dem28xx.h608 unsigned int hwptr_done_capture; member in struct:em28xx_audio

Completed in 362 milliseconds