Name
dmam_free_noncoherent — 
     Managed dma_free_noncoherent
 
Synopsis
| void dmam_free_noncoherent ( | struct device * dev, | 
|  | size_t size, | 
|  | void * vaddr, | 
|  | dma_addr_t dma_handle ); | 
 
Arguments
- dev
- 
     Device to free noncoherent memory for
     
- size
- 
     Size of allocation
     
- vaddr
- 
     Virtual address of the memory to free
     
- dma_handle
- 
     DMA handle of the memory to free
     
Description
   Managed dma_free_noncoherent.