Home
last modified time | relevance | path

Searched refs:fd_dma_mem_alloc (Results 1 – 8 of 8) 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-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/include/asm-i386/
Dfloppy.h43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) macro
/linux-2.4.37.9/include/asm-sparc/
Dfloppy.h78 #define fd_dma_mem_alloc(size) ((unsigned long) vmalloc(size))
/linux-2.4.37.9/drivers/block/
Dfloppy.c253 #ifndef fd_dma_mem_alloc
254 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL,get_order(size)) macro
3249 ptr->kernel_data =(char*)fd_dma_mem_alloc(ptr->length); in raw_cmd_copyin()
3778 tmp=(char *)fd_dma_mem_alloc(1024 * try); in floppy_open()
3782 tmp= (char *)fd_dma_mem_alloc(1024*try); in floppy_open()