Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#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) |
#define | dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) |
#define | dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) |
#define | dma_cache_sync(dev, va, size, dir) ((void)0) |
Variables | |
struct dma_map_ops * | dma_ops |
Definition at line 15 of file dma-mapping.h.
Definition at line 48 of file dma-mapping.h.
Definition at line 51 of file dma-mapping.h.
Definition at line 24 of file dma-mapping.h.
Definition at line 49 of file dma-mapping.h.
Definition at line 188 of file pci-noop.c.