Searched refs:fd_dma_mem_alloc (Results 1 – 8 of 8) sorted by relevance
32 unsigned long (*fd_dma_mem_alloc)(unsigned long size); member59 #define fd_dma_mem_alloc(size) fd_ops->fd_dma_mem_alloc(size) macro
105 #define fd_dma_mem_alloc(size) vdma_mem_alloc(size) macro
43 #define fd_dma_mem_alloc(size) SW._dma_mem_alloc(size) macro
78 #define fd_dma_mem_alloc(size) ((unsigned long) vmalloc(size))
253 #ifndef fd_dma_mem_alloc254 #define fd_dma_mem_alloc(size) __get_dma_pages(GFP_KERNEL,get_order(size)) macro3249 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()