Searched refs:isoc_ctl (Results 1 – 11 of 11) sorted by relevance
71 WARN_ON(dev->isoc_ctl.buf); in stk1160_next_buffer()96 dev->isoc_ctl.buf = NULL; in stk1160_buffer_done()369 urb = dev->isoc_ctl.urb[i]; in stk1160_free_isoc()388 kfree(dev->isoc_ctl.urb); in stk1160_free_isoc()391 dev->isoc_ctl.urb = NULL; in stk1160_free_isoc()393 dev->isoc_ctl.num_bufs = 0; in stk1160_free_isoc()421 if (dev->isoc_ctl.num_bufs) in stk1160_alloc_isoc()430 dev->isoc_ctl.buf = NULL; in stk1160_alloc_isoc()433 if (!dev->isoc_ctl.urb) { in stk1160_alloc_isoc()442 kfree(dev->isoc_ctl.urb); in stk1160_alloc_isoc()[all …]
227 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()
135 struct stk1160_isoc_ctl isoc_ctl; member
141 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 …]
254 struct usb_isoc_ctl isoc_ctl; member
161 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 …]
248 struct au0828_usb_isoc_ctl isoc_ctl; member
874 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 …]
176 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()
1251 dev->video_mode.isoc_ctl.buf = buf; in buffer_copy()1255 buf = dev->video_mode.isoc_ctl.buf; in buffer_copy()1449 dev->video_mode.isoc_ctl.buf = NULL; in stop_streaming()
497 struct cx231xx_isoc_ctl isoc_ctl; member
Completed in 51 milliseconds