Home
last modified time | relevance | path

Searched refs:max_packsize (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/sound/usb/usx2y/
Dusb_stream.c161 int packets, max_packsize; in usb_stream_new() local
170 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()