Home
last modified time | relevance | path

Searched defs:fd_dma_mem_alloc (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dfloppy.h32 unsigned long (*fd_dma_mem_alloc)(unsigned long size); member
59 #define fd_dma_mem_alloc(size) fd_ops->fd_dma_mem_alloc(size) macro
/linux-2.4.37.9/include/asm-mips64/
Dfloppy.h32 unsigned long (*fd_dma_mem_alloc)(unsigned long size); member
59 #define fd_dma_mem_alloc(size) fd_ops->fd_dma_mem_alloc(size) macro
/linux-2.4.37.9/include/asm-m68k/
Dfloppy.h105 #define fd_dma_mem_alloc(size) vdma_mem_alloc(size) macro
/linux-2.4.37.9/include/asm-i386/
Dfloppy.h43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) macro
/linux-2.4.37.9/include/asm-x86_64/
Dfloppy.h43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) macro
/linux-2.4.37.9/include/asm-parisc/
Dfloppy.h43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) macro
/linux-2.4.37.9/drivers/block/
Dfloppy.c254 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL,get_order(size)) macro