Query: usb_free_coherent
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_FREE_COHERENT(9) USB Core APIs USB_FREE_COHERENT(9)NAMEusb_free_coherent - free memory allocated with usb_alloc_coherentSYNOPSISvoid usb_free_coherent(struct usb_device * dev, size_t size, void * addr, dma_addr_t dma);ARGUMENTSdev device the buffer was used with size requested buffer size addr CPU address of buffer dma DMA address of bufferDESCRIPTIONThis reclaims an I/O buffer, letting it be reused. The memory must have been allocated using usb_alloc_coherent, and the parameters must match those provided in that allocation request.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_FREE_COHERENT(9)