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