Lines Matching refs:isoc
175 stream->props.u.isoc.framesperurb, GFP_ATOMIC); in usb_urb_alloc_isoc_urbs()
191 urb->interval = stream->props.u.isoc.interval; in usb_urb_alloc_isoc_urbs()
192 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
193 urb->transfer_buffer_length = stream->props.u.isoc.framesize * in usb_urb_alloc_isoc_urbs()
194 stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
198 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_urb_alloc_isoc_urbs()
201 stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()
202 frame_offset += stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()
272 buf_size = props->u.isoc.framesize * props->u.isoc.framesperurb; in usb_urb_reconfig()
295 props->u.isoc.framesperurb == in usb_urb_reconfig()
296 stream->props.u.isoc.framesperurb && in usb_urb_reconfig()
297 props->u.isoc.framesize == in usb_urb_reconfig()
298 stream->props.u.isoc.framesize && in usb_urb_reconfig()
299 props->u.isoc.interval == in usb_urb_reconfig()
300 stream->props.u.isoc.interval) in usb_urb_reconfig()
343 stream->props.u.isoc.framesize * in usb_urb_initv2()
344 stream->props.u.isoc.framesperurb); in usb_urb_initv2()