Searched refs:stream_urb (Results 1 – 2 of 2) sorted by relevance
68 struct urb *stream_urb[MAX_STREAM_URB]; member
194 void *stream_urb; member2070 usb_fill_bulk_urb(pipe_info->stream_urb, dev->udev, in read_pipe_completion()2077 if (usb_submit_urb(pipe_info->stream_urb, GFP_ATOMIC)) in read_pipe_completion()2094 pipe_info->stream_urb = usb_alloc_urb(0, GFP_KERNEL); in s2255_start_readpipe()2095 if (!pipe_info->stream_urb) in s2255_start_readpipe()2098 usb_fill_bulk_urb(pipe_info->stream_urb, dev->udev, in s2255_start_readpipe()2103 retval = usb_submit_urb(pipe_info->stream_urb, GFP_KERNEL); in s2255_start_readpipe()2171 if (pipe->stream_urb) { in s2255_stop_readpipe()2173 usb_kill_urb(pipe->stream_urb); in s2255_stop_readpipe()2174 usb_free_urb(pipe->stream_urb); in s2255_stop_readpipe()[all …]