Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
dma-iommu.c File Reference
#include <linux/export.h>
#include <asm/iommu.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (dma_iommu_ops)
 

Variables

struct dma_map_ops dma_iommu_ops
 

Function Documentation

EXPORT_SYMBOL ( dma_iommu_ops  )

Variable Documentation

struct dma_map_ops dma_iommu_ops
Initial value:
= {
.alloc = dma_iommu_alloc_coherent,
.free = dma_iommu_free_coherent,
.map_sg = dma_iommu_map_sg,
.unmap_sg = dma_iommu_unmap_sg,
.dma_supported = dma_iommu_dma_supported,
.map_page = dma_iommu_map_page,
.unmap_page = dma_iommu_unmap_page,
.get_required_mask = dma_iommu_get_required_mask,
}

Definition at line 108 of file dma-iommu.c.