Lines Matching refs:u
154 stream->props.u.bulk.buffersize, in usb_urb_alloc_bulk_urbs()
174 stream->props.u.isoc.framesperurb, GFP_ATOMIC); in usb_urb_alloc_isoc_urbs()
190 urb->interval = stream->props.u.isoc.interval; in usb_urb_alloc_isoc_urbs()
191 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
192 urb->transfer_buffer_length = stream->props.u.isoc.framesize * in usb_urb_alloc_isoc_urbs()
193 stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
197 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_urb_alloc_isoc_urbs()
200 stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()
201 frame_offset += stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()
269 buf_size = stream->props.u.bulk.buffersize; in usb_urb_reconfig()
271 buf_size = props->u.isoc.framesize * props->u.isoc.framesperurb; in usb_urb_reconfig()
290 props->u.bulk.buffersize == in usb_urb_reconfig()
291 stream->props.u.bulk.buffersize) in usb_urb_reconfig()
294 props->u.isoc.framesperurb == in usb_urb_reconfig()
295 stream->props.u.isoc.framesperurb && in usb_urb_reconfig()
296 props->u.isoc.framesize == in usb_urb_reconfig()
297 stream->props.u.isoc.framesize && in usb_urb_reconfig()
298 props->u.isoc.interval == in usb_urb_reconfig()
299 stream->props.u.isoc.interval) in usb_urb_reconfig()
335 stream->props.u.bulk.buffersize); in usb_urb_initv2()
342 stream->props.u.isoc.framesize * in usb_urb_initv2()
343 stream->props.u.isoc.framesperurb); in usb_urb_initv2()