The Linux-USB Host Side API | ||
---|---|---|
<<< Previous | Next >>> |
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.
<<< Previous | Home | Next >>> |
usb_buffer_alloc | Up | usb_buffer_map |