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

Go to the source code of this file.

Macros

#define PREALLOC_DMA_DEBUG_ENTRIES   (1 << 16)
 

Functions

 EXPORT_SYMBOL (dma_ops)
 
 fs_initcall (dma_init)
 
struct dma_map_opsdma_get_ops (struct device *dev)
 
 EXPORT_SYMBOL (dma_get_ops)
 

Variables

int iommu_detected __read_mostly
 
struct dma_map_opsdma_ops
 

Macro Definition Documentation

#define PREALLOC_DMA_DEBUG_ENTRIES   (1 << 16)

Definition at line 10 of file dma-mapping.c.

Function Documentation

struct dma_map_ops* dma_get_ops ( struct device dev)
read

Definition at line 20 of file dma-mapping.c.

EXPORT_SYMBOL ( dma_ops  )
EXPORT_SYMBOL ( dma_get_ops  )
fs_initcall ( dma_init  )

Variable Documentation

int iommu_detected __read_mostly

Definition at line 5 of file dma-mapping.c.

Definition at line 7 of file dma-mapping.c.