centos man page for usb_free_coherent

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)

NAME
usb_free_coherent - free memory allocated with usb_alloc_coherent
SYNOPSIS
void usb_free_coherent(struct usb_device * dev, size_t size, void * addr, dma_addr_t dma);
ARGUMENTS
dev device the buffer was used with size requested buffer size addr CPU address of buffer dma DMA address of buffer
DESCRIPTION
This 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_FREE_COHERENT(9)
Related Man Pages
parport_register_port(9) - centos
struct_usb_request(9) - centos
usb_sg_init(9) - centos
rdma_reg_write(3) - centos
struct_spi_transfer(9) - suse
Similar Topics in the Unix Linux Community
Kernel crash - NULL pointer dereference when calling DEVICE_WRITE from KTHREAD in a USB device drive
Kernel crash - NULL pointer dereference when calling DEVICE_WRITE from KTHREAD in a USB device drive