Searched refs:stream_urb (Results 1 – 3 of 3) sorted by relevance
234 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()
68 struct urb *stream_urb[MAX_STREAM_URB]; member
194 void *stream_urb; member2071 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 …]