Searched refs:isoc_ctl (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-vbi.c105 buf = dev->vbi_mode.isoc_ctl.buf;
212 if (dev->vbi_mode.isoc_ctl.buf == buf)
213 dev->vbi_mode.isoc_ctl.buf = NULL;
249 if (!dev->vbi_mode.isoc_ctl.num_bufs)
331 rc = dev->vbi_mode.isoc_ctl.isoc_copy(dev, urb);
354 dev->vbi_mode.isoc_ctl.nfields = -1;
355 for (i = 0; i < dev->vbi_mode.isoc_ctl.num_bufs; i++) {
356 urb = dev->vbi_mode.isoc_ctl.urb[i];
363 if (dev->vbi_mode.isoc_ctl.transfer_buffer[i]) {
365 kfree(dev->vbi_mode.isoc_ctl
[all...]
H A Dcx231xx-core.c642 rc = dev->video_mode.isoc_ctl.isoc_copy(dev, urb);
669 dev->video_mode.isoc_ctl.nfields = -1;
670 for (i = 0; i < dev->video_mode.isoc_ctl.num_bufs; i++) {
671 urb = dev->video_mode.isoc_ctl.urb[i];
678 if (dev->video_mode.isoc_ctl.transfer_buffer[i]) {
681 dev->video_mode.isoc_ctl.
686 dev->video_mode.isoc_ctl.urb[i] = NULL;
688 dev->video_mode.isoc_ctl.transfer_buffer[i] = NULL;
691 kfree(dev->video_mode.isoc_ctl.urb);
692 kfree(dev->video_mode.isoc_ctl
[all...]
H A Dcx231xx-video.c237 dev->video_mode.isoc_ctl.buf = NULL;
295 dev->video_mode.isoc_ctl.buf = NULL;
307 dev->video_mode.isoc_ctl.buf = *buf;
337 buf = dev->video_mode.isoc_ctl.buf;
533 buf = dev->video_mode.isoc_ctl.buf;
596 buf = dev->video_mode.isoc_ctl.buf;
626 buf = dev->video_mode.isoc_ctl.buf;
730 if (dev->video_mode.isoc_ctl.buf == buf)
731 dev->video_mode.isoc_ctl.buf = NULL;
764 if (!dev->video_mode.isoc_ctl
[all...]
H A Dcx231xx.h426 struct cx231xx_usb_isoc_ctl isoc_ctl; member in struct:cx231xx_video_mode
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-video.c210 if (!dev->isoc_ctl.cmd) {
212 if (dev->isoc_ctl.tmp_buf_len > 0) {
214 header = dev->isoc_ctl.tmp_buf;
215 if (4 - dev->isoc_ctl.tmp_buf_len > 0) {
217 dev->isoc_ctl.tmp_buf_len,
219 4 - dev->isoc_ctl.tmp_buf_len);
220 ptr += 4 - dev->isoc_ctl.tmp_buf_len;
222 dev->isoc_ctl.tmp_buf_len = 0;
226 dev->isoc_ctl.tmp_buf_len = endp - ptr;
227 memcpy (&dev->isoc_ctl
[all...]
H A Dtm6000.h224 struct usb_isoc_ctl isoc_ctl; member in struct:tm6000_core
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-core.c932 rc = dev->isoc_ctl.isoc_copy(dev, urb);
959 dev->isoc_ctl.nfields = -1;
960 for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
961 urb = dev->isoc_ctl.urb[i];
968 if (dev->isoc_ctl.transfer_buffer[i]) {
971 dev->isoc_ctl.transfer_buffer[i],
975 dev->isoc_ctl.urb[i] = NULL;
977 dev->isoc_ctl.transfer_buffer[i] = NULL;
980 kfree(dev->isoc_ctl.urb);
981 kfree(dev->isoc_ctl
[all...]
H A Dem28xx-vbi.c62 if (dev->isoc_ctl.vbi_buf == buf)
63 dev->isoc_ctl.vbi_buf = NULL;
H A Dem28xx-video.c167 dev->isoc_ctl.vid_buf = NULL;
184 dev->isoc_ctl.vbi_buf = NULL;
371 dev->isoc_ctl.vid_buf = NULL;
383 dev->isoc_ctl.vid_buf = *buf;
399 dev->isoc_ctl.vbi_buf = NULL;
410 dev->isoc_ctl.vbi_buf = *buf;
438 buf = dev->isoc_ctl.vid_buf;
530 buf = dev->isoc_ctl.vid_buf;
534 vbi_buf = dev->isoc_ctl.vbi_buf;
724 if (dev->isoc_ctl
[all...]
H A Dem28xx.h581 struct em28xx_usb_isoc_ctl isoc_ctl; member in struct:em28xx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828-video.c143 rc = dev->isoc_ctl.isoc_copy(dev, urb);
170 dev->isoc_ctl.nfields = -1;
171 for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
172 urb = dev->isoc_ctl.urb[i];
179 if (dev->isoc_ctl.transfer_buffer[i]) {
182 dev->isoc_ctl.transfer_buffer[i],
186 dev->isoc_ctl.urb[i] = NULL;
188 dev->isoc_ctl.transfer_buffer[i] = NULL;
191 kfree(dev->isoc_ctl.urb);
192 kfree(dev->isoc_ctl
[all...]
H A Dau0828-vbi.c56 if (dev->isoc_ctl.vbi_buf == buf)
57 dev->isoc_ctl.vbi_buf = NULL;
H A Dau0828.h233 struct au0828_usb_isoc_ctl isoc_ctl; member in struct:au0828_dev

Completed in 343 milliseconds