Lines Matching refs:u
155 stream->props.u.bulk.buffersize, in usb_urb_alloc_bulk_urbs()
173 stream->props.u.isoc.framesperurb, GFP_ATOMIC); in usb_urb_alloc_isoc_urbs()
189 urb->interval = stream->props.u.isoc.interval; in usb_urb_alloc_isoc_urbs()
190 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
191 urb->transfer_buffer_length = stream->props.u.isoc.framesize * in usb_urb_alloc_isoc_urbs()
192 stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
195 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_urb_alloc_isoc_urbs()
198 stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()
199 frame_offset += stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()
260 buf_size = stream->props.u.bulk.buffersize; in usb_urb_reconfig()
262 buf_size = props->u.isoc.framesize * props->u.isoc.framesperurb; in usb_urb_reconfig()
281 props->u.bulk.buffersize == in usb_urb_reconfig()
282 stream->props.u.bulk.buffersize) in usb_urb_reconfig()
285 props->u.isoc.framesperurb == in usb_urb_reconfig()
286 stream->props.u.isoc.framesperurb && in usb_urb_reconfig()
287 props->u.isoc.framesize == in usb_urb_reconfig()
288 stream->props.u.isoc.framesize && in usb_urb_reconfig()
289 props->u.isoc.interval == in usb_urb_reconfig()
290 stream->props.u.isoc.interval) in usb_urb_reconfig()
326 stream->props.u.bulk.buffersize); in usb_urb_initv2()
333 stream->props.u.isoc.framesize * in usb_urb_initv2()
334 stream->props.u.isoc.framesperurb); in usb_urb_initv2()