usb_buffer_free — free memory allocated with usb_buffer_alloc
device the buffer was used with
requested buffer size
CPU address of buffer
DMA address of buffer
This reclaims an I/O buffer, letting it be reused. The memory must have been allocated using usb_buffer_alloc, and the parameters must match those provided in that allocation request.