Home
last modified time | relevance | path

Searched refs:isoc_ctl (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/stk1160/
H A Dstk1160-video.c72 WARN_ON(dev->isoc_ctl.buf); in stk1160_next_buffer()
97 dev->isoc_ctl.buf = NULL; in stk1160_buffer_done()
370 urb = dev->isoc_ctl.urb[i]; in stk1160_free_isoc()
389 kfree(dev->isoc_ctl.urb); in stk1160_free_isoc()
392 dev->isoc_ctl.urb = NULL; in stk1160_free_isoc()
394 dev->isoc_ctl.num_bufs = 0; in stk1160_free_isoc()
422 if (dev->isoc_ctl.num_bufs) in stk1160_alloc_isoc()
431 dev->isoc_ctl.buf = NULL; in stk1160_alloc_isoc()
434 if (!dev->isoc_ctl.urb) { in stk1160_alloc_isoc()
443 kfree(dev->isoc_ctl.urb); in stk1160_alloc_isoc()
[all …]
H A Dstk1160-v4l.c227 if (!dev->isoc_ctl.num_bufs || new_pkt_size) { in stk1160_start_streaming()
234 for (i = 0; i < dev->isoc_ctl.num_bufs; i++) { in stk1160_start_streaming()
235 rc = usb_submit_urb(dev->isoc_ctl.urb[i], GFP_KERNEL); in stk1160_start_streaming()
765 if (dev->isoc_ctl.buf) { in stk1160_clear_queue()
766 buf = dev->isoc_ctl.buf; in stk1160_clear_queue()
767 dev->isoc_ctl.buf = NULL; in stk1160_clear_queue()
H A Dstk1160.h135 struct stk1160_isoc_ctl isoc_ctl; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/stk1160/
H A Dstk1160-video.c72 WARN_ON(dev->isoc_ctl.buf); in stk1160_next_buffer()
97 dev->isoc_ctl.buf = NULL; in stk1160_buffer_done()
370 urb = dev->isoc_ctl.urb[i]; in stk1160_free_isoc()
389 kfree(dev->isoc_ctl.urb); in stk1160_free_isoc()
392 dev->isoc_ctl.urb = NULL; in stk1160_free_isoc()
394 dev->isoc_ctl.num_bufs = 0; in stk1160_free_isoc()
422 if (dev->isoc_ctl.num_bufs) in stk1160_alloc_isoc()
431 dev->isoc_ctl.buf = NULL; in stk1160_alloc_isoc()
434 if (!dev->isoc_ctl.urb) { in stk1160_alloc_isoc()
443 kfree(dev->isoc_ctl.urb); in stk1160_alloc_isoc()
[all …]
H A Dstk1160-v4l.c227 if (!dev->isoc_ctl.num_bufs || new_pkt_size) { in stk1160_start_streaming()
234 for (i = 0; i < dev->isoc_ctl.num_bufs; i++) { in stk1160_start_streaming()
235 rc = usb_submit_urb(dev->isoc_ctl.urb[i], GFP_KERNEL); in stk1160_start_streaming()
765 if (dev->isoc_ctl.buf) { in stk1160_clear_queue()
766 buf = dev->isoc_ctl.buf; in stk1160_clear_queue()
767 dev->isoc_ctl.buf = NULL; in stk1160_clear_queue()
H A Dstk1160.h135 struct stk1160_isoc_ctl isoc_ctl; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/stk1160/
H A Dstk1160-video.c72 WARN_ON(dev->isoc_ctl.buf); in stk1160_next_buffer()
97 dev->isoc_ctl.buf = NULL; in stk1160_buffer_done()
370 urb = dev->isoc_ctl.urb[i]; in stk1160_free_isoc()
389 kfree(dev->isoc_ctl.urb); in stk1160_free_isoc()
392 dev->isoc_ctl.urb = NULL; in stk1160_free_isoc()
394 dev->isoc_ctl.num_bufs = 0; in stk1160_free_isoc()
422 if (dev->isoc_ctl.num_bufs) in stk1160_alloc_isoc()
431 dev->isoc_ctl.buf = NULL; in stk1160_alloc_isoc()
434 if (!dev->isoc_ctl.urb) { in stk1160_alloc_isoc()
443 kfree(dev->isoc_ctl.urb); in stk1160_alloc_isoc()
[all …]
H A Dstk1160-v4l.c227 if (!dev->isoc_ctl.num_bufs || new_pkt_size) { in stk1160_start_streaming()
234 for (i = 0; i < dev->isoc_ctl.num_bufs; i++) { in stk1160_start_streaming()
235 rc = usb_submit_urb(dev->isoc_ctl.urb[i], GFP_KERNEL); in stk1160_start_streaming()
765 if (dev->isoc_ctl.buf) { in stk1160_clear_queue()
766 buf = dev->isoc_ctl.buf; in stk1160_clear_queue()
767 dev->isoc_ctl.buf = NULL; in stk1160_clear_queue()
H A Dstk1160.h135 struct stk1160_isoc_ctl isoc_ctl; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/tm6000/
H A Dtm6000-video.c141 if (!dev->isoc_ctl.cmd) { in copy_streams()
225 cmd = dev->isoc_ctl.cmd; in copy_streams()
227 pos = dev->isoc_ctl.pos; in copy_streams()
268 dev->isoc_ctl.cmd = cmd; in copy_streams()
273 dev->isoc_ctl.cmd = 0; in copy_streams()
321 dev->isoc_ctl.pos = pos; in copy_multiplexed()
524 dev->isoc_ctl.buf = NULL; in tm6000_uninit_isoc()
539 kfree(dev->isoc_ctl.urb); in tm6000_uninit_isoc()
542 dev->isoc_ctl.urb = NULL; in tm6000_uninit_isoc()
588 if (!dev->isoc_ctl.urb) in tm6000_prepare_isoc()
[all …]
H A Dtm6000.h254 struct usb_isoc_ctl isoc_ctl; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/tm6000/
H A Dtm6000-video.c141 if (!dev->isoc_ctl.cmd) { in copy_streams()
225 cmd = dev->isoc_ctl.cmd; in copy_streams()
227 pos = dev->isoc_ctl.pos; in copy_streams()
268 dev->isoc_ctl.cmd = cmd; in copy_streams()
273 dev->isoc_ctl.cmd = 0; in copy_streams()
321 dev->isoc_ctl.pos = pos; in copy_multiplexed()
524 dev->isoc_ctl.buf = NULL; in tm6000_uninit_isoc()
539 kfree(dev->isoc_ctl.urb); in tm6000_uninit_isoc()
542 dev->isoc_ctl.urb = NULL; in tm6000_uninit_isoc()
588 if (!dev->isoc_ctl.urb) in tm6000_prepare_isoc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/tm6000/
H A Dtm6000-video.c141 if (!dev->isoc_ctl.cmd) { in copy_streams()
225 cmd = dev->isoc_ctl.cmd; in copy_streams()
227 pos = dev->isoc_ctl.pos; in copy_streams()
268 dev->isoc_ctl.cmd = cmd; in copy_streams()
273 dev->isoc_ctl.cmd = 0; in copy_streams()
321 dev->isoc_ctl.pos = pos; in copy_multiplexed()
524 dev->isoc_ctl.buf = NULL; in tm6000_uninit_isoc()
539 kfree(dev->isoc_ctl.urb); in tm6000_uninit_isoc()
542 dev->isoc_ctl.urb = NULL; in tm6000_uninit_isoc()
588 if (!dev->isoc_ctl.urb) in tm6000_prepare_isoc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/au0828/
H A Dau0828-video.c161 dev->isoc_ctl.nfields = -1; in au0828_uninit_isoc()
182 kfree(dev->isoc_ctl.urb); in au0828_uninit_isoc()
185 dev->isoc_ctl.urb = NULL; in au0828_uninit_isoc()
187 dev->isoc_ctl.num_bufs = 0; in au0828_uninit_isoc()
212 if (!dev->isoc_ctl.urb) { in au0828_init_isoc()
221 kfree(dev->isoc_ctl.urb); in au0828_init_isoc()
226 dev->isoc_ctl.buf = NULL; in au0828_init_isoc()
396 dev->isoc_ctl.buf = NULL; in get_next_buf()
407 dev->isoc_ctl.buf = *buf; in get_next_buf()
516 buf = dev->isoc_ctl.buf; in au0828_isoc_copy()
[all …]
H A Dau0828.h248 struct au0828_usb_isoc_ctl isoc_ctl; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/au0828/
H A Dau0828-video.c161 dev->isoc_ctl.nfields = -1; in au0828_uninit_isoc()
182 kfree(dev->isoc_ctl.urb); in au0828_uninit_isoc()
185 dev->isoc_ctl.urb = NULL; in au0828_uninit_isoc()
187 dev->isoc_ctl.num_bufs = 0; in au0828_uninit_isoc()
212 if (!dev->isoc_ctl.urb) { in au0828_init_isoc()
221 kfree(dev->isoc_ctl.urb); in au0828_init_isoc()
226 dev->isoc_ctl.buf = NULL; in au0828_init_isoc()
396 dev->isoc_ctl.buf = NULL; in get_next_buf()
407 dev->isoc_ctl.buf = *buf; in get_next_buf()
516 buf = dev->isoc_ctl.buf; in au0828_isoc_copy()
[all …]
H A Dau0828.h248 struct au0828_usb_isoc_ctl isoc_ctl; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/au0828/
H A Dau0828-video.c161 dev->isoc_ctl.nfields = -1; in au0828_uninit_isoc()
182 kfree(dev->isoc_ctl.urb); in au0828_uninit_isoc()
185 dev->isoc_ctl.urb = NULL; in au0828_uninit_isoc()
187 dev->isoc_ctl.num_bufs = 0; in au0828_uninit_isoc()
212 if (!dev->isoc_ctl.urb) { in au0828_init_isoc()
221 kfree(dev->isoc_ctl.urb); in au0828_init_isoc()
226 dev->isoc_ctl.buf = NULL; in au0828_init_isoc()
396 dev->isoc_ctl.buf = NULL; in get_next_buf()
407 dev->isoc_ctl.buf = *buf; in get_next_buf()
516 buf = dev->isoc_ctl.buf; in au0828_isoc_copy()
[all …]
H A Dau0828.h248 struct au0828_usb_isoc_ctl isoc_ctl; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c874 dev->video_mode.isoc_ctl.nfields = -1; in cx231xx_uninit_isoc()
876 urb = dev->video_mode.isoc_ctl.urb[i]; in cx231xx_uninit_isoc()
886 dev->video_mode.isoc_ctl. in cx231xx_uninit_isoc()
903 kfree(dev->video_mode.isoc_ctl.urb); in cx231xx_uninit_isoc()
907 dev->video_mode.isoc_ctl.urb = NULL; in cx231xx_uninit_isoc()
909 dev->video_mode.isoc_ctl.num_bufs = 0; in cx231xx_uninit_isoc()
1022 dev->video_mode.isoc_ctl.urb = in cx231xx_init_isoc()
1024 if (!dev->video_mode.isoc_ctl.urb) { in cx231xx_init_isoc()
1035 kfree(dev->video_mode.isoc_ctl.urb); in cx231xx_init_isoc()
1040 dev->video_mode.isoc_ctl.buf = NULL; in cx231xx_init_isoc()
[all …]
H A Dcx231xx-video.c176 dev->video_mode.isoc_ctl.buf = NULL; in buffer_filled()
237 dev->video_mode.isoc_ctl.buf = NULL; in get_next_buf()
252 dev->video_mode.isoc_ctl.buf = *buf; in get_next_buf()
555 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_copy_video_line()
621 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_reset_video_buffer()
650 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_do_copy()
753 dev->video_mode.isoc_ctl.buf = NULL; in return_all_buffers()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c874 dev->video_mode.isoc_ctl.nfields = -1; in cx231xx_uninit_isoc()
876 urb = dev->video_mode.isoc_ctl.urb[i]; in cx231xx_uninit_isoc()
886 dev->video_mode.isoc_ctl. in cx231xx_uninit_isoc()
903 kfree(dev->video_mode.isoc_ctl.urb); in cx231xx_uninit_isoc()
907 dev->video_mode.isoc_ctl.urb = NULL; in cx231xx_uninit_isoc()
909 dev->video_mode.isoc_ctl.num_bufs = 0; in cx231xx_uninit_isoc()
1022 dev->video_mode.isoc_ctl.urb = in cx231xx_init_isoc()
1024 if (!dev->video_mode.isoc_ctl.urb) { in cx231xx_init_isoc()
1035 kfree(dev->video_mode.isoc_ctl.urb); in cx231xx_init_isoc()
1040 dev->video_mode.isoc_ctl.buf = NULL; in cx231xx_init_isoc()
[all …]
H A Dcx231xx-video.c176 dev->video_mode.isoc_ctl.buf = NULL; in buffer_filled()
237 dev->video_mode.isoc_ctl.buf = NULL; in get_next_buf()
252 dev->video_mode.isoc_ctl.buf = *buf; in get_next_buf()
555 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_copy_video_line()
621 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_reset_video_buffer()
650 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_do_copy()
753 dev->video_mode.isoc_ctl.buf = NULL; in return_all_buffers()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c874 dev->video_mode.isoc_ctl.nfields = -1; in cx231xx_uninit_isoc()
876 urb = dev->video_mode.isoc_ctl.urb[i]; in cx231xx_uninit_isoc()
886 dev->video_mode.isoc_ctl. in cx231xx_uninit_isoc()
903 kfree(dev->video_mode.isoc_ctl.urb); in cx231xx_uninit_isoc()
907 dev->video_mode.isoc_ctl.urb = NULL; in cx231xx_uninit_isoc()
909 dev->video_mode.isoc_ctl.num_bufs = 0; in cx231xx_uninit_isoc()
1022 dev->video_mode.isoc_ctl.urb = in cx231xx_init_isoc()
1024 if (!dev->video_mode.isoc_ctl.urb) { in cx231xx_init_isoc()
1035 kfree(dev->video_mode.isoc_ctl.urb); in cx231xx_init_isoc()
1040 dev->video_mode.isoc_ctl.buf = NULL; in cx231xx_init_isoc()
[all …]
H A Dcx231xx-video.c176 dev->video_mode.isoc_ctl.buf = NULL; in buffer_filled()
237 dev->video_mode.isoc_ctl.buf = NULL; in get_next_buf()
252 dev->video_mode.isoc_ctl.buf = *buf; in get_next_buf()
555 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_copy_video_line()
621 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_reset_video_buffer()
650 buf = dev->video_mode.isoc_ctl.buf; in cx231xx_do_copy()
753 dev->video_mode.isoc_ctl.buf = NULL; in return_all_buffers()

12