Home
last modified time | relevance | path

Searched refs:stream_urb (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/usb/zr364xx/
A Dzr364xx.c136 void *stream_urb; member
994 usb_fill_bulk_urb(pipe_info->stream_urb, cam->udev, in read_pipe_completion()
1001 purb->status = usb_submit_urb(pipe_info->stream_urb, in read_pipe_completion()
1023 if (!pipe_info->stream_urb) in zr364xx_start_readpipe()
1026 usb_fill_bulk_urb(pipe_info->stream_urb, cam->udev, in zr364xx_start_readpipe()
1032 DBG("submitting URB %p\n", pipe_info->stream_urb); in zr364xx_start_readpipe()
1035 usb_free_urb(pipe_info->stream_urb); in zr364xx_start_readpipe()
1057 if (pipe_info->stream_urb) { in zr364xx_stop_readpipe()
1059 usb_kill_urb(pipe_info->stream_urb); in zr364xx_stop_readpipe()
1060 usb_free_urb(pipe_info->stream_urb); in zr364xx_stop_readpipe()
[all …]
/linux/drivers/media/usb/as102/
A Das102_usb_drv.c234 usb_free_urb(dev->stream_urb[i]); in as102_free_usb_stream_buffer()
273 dev->stream_urb[i] = urb; in as102_alloc_usb_stream_buffer()
283 usb_kill_urb(dev->stream_urb[i]); in as102_usb_stop_stream()
291 ret = as102_submit_urb_stream(dev, dev->stream_urb[i]); in as102_usb_start_stream()
A Das102_drv.h68 struct urb *stream_urb[MAX_STREAM_URB]; member
/linux/drivers/media/usb/s2255/
A Ds2255drv.c194 void *stream_urb; member
2071 usb_fill_bulk_urb(pipe_info->stream_urb, dev->udev, in read_pipe_completion()
2078 if (usb_submit_urb(pipe_info->stream_urb, GFP_ATOMIC)) in read_pipe_completion()
2095 pipe_info->stream_urb = usb_alloc_urb(0, GFP_KERNEL); in s2255_start_readpipe()
2096 if (!pipe_info->stream_urb) in s2255_start_readpipe()
2099 usb_fill_bulk_urb(pipe_info->stream_urb, dev->udev, in s2255_start_readpipe()
2104 retval = usb_submit_urb(pipe_info->stream_urb, GFP_KERNEL); in s2255_start_readpipe()
2172 if (pipe->stream_urb) { in s2255_stop_readpipe()
2174 usb_kill_urb(pipe->stream_urb); in s2255_stop_readpipe()
2175 usb_free_urb(pipe->stream_urb); in s2255_stop_readpipe()
[all …]

Completed in 12 milliseconds