usb_sg_wait (9) Linux Manual Page
usb_sg_wait – synchronously execute scatter/gather request Synopsis void usb_sg_wait(struct usb_sg_request *io); Arguments io request block handle, as initialized with usb_sg_init. some fields become accessible when this call returns. Context !in_interrupt () Description This function blocks until the specified I/O operation completes. It leverages the grouping of the related I/O requests to get good transfer rates,…
