Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
dma-mapping.h File Reference
#include <linux/dma-debug.h>
#include <asm-generic/dma-coherent.h>
#include <linux/kmemcheck.h>
#include <linux/dma-mapping.h>
#include <asm-generic/dma-mapping-common.h>

Go to the source code of this file.

Macros

#define DMA_ERROR_CODE   (~(dma_addr_t)0x0)
 
#define dma_alloc_coherent(d, s, h, f)   dma_alloc_attrs(d,s,h,f,NULL)
 
#define dma_free_coherent(d, s, c, h)   dma_free_attrs(d,s,c,h,NULL)
 

Variables

struct dma_map_ops or1k_dma_map_ops
 

Macro Definition Documentation

#define dma_alloc_coherent (   d,
  s,
  h,
  f 
)    dma_alloc_attrs(d,s,h,f,NULL)

Definition at line 41 of file dma-mapping.h.

#define DMA_ERROR_CODE   (~(dma_addr_t)0x0)

Definition at line 30 of file dma-mapping.h.

#define dma_free_coherent (   d,
  s,
  c,
  h 
)    dma_free_attrs(d,s,c,h,NULL)

Definition at line 57 of file dma-mapping.h.

Variable Documentation

struct dma_map_ops or1k_dma_map_ops

Definition at line 233 of file dma.c.