Searched refs:max_packsize (Results 1 – 1 of 1) sorted by relevance
164 int packets, max_packsize; in usb_stream_new() local173 max_packsize = use_packsize ? in usb_stream_new()188 (max_packsize + sizeof(struct usb_stream_packet)); in usb_stream_new()190 max_packsize = usb_maxpacket(dev, out_pipe); in usb_stream_new()191 write_size = max_packsize * packets * USB_STREAM_URBDEPTH; in usb_stream_new()