Searched defs:vdma_alloc (Results 1 - 1 of 1) sorted by relevance

/arch/mips/jazz/
H A Djazzdma.c7 * on failure of vdma_alloc() one could leave page #0 unused
92 unsigned long vdma_alloc(unsigned long paddr, unsigned long size) function
101 printk("vdma_alloc: Invalid physical address: %08lx\n",
107 printk("vdma_alloc: Invalid size: %08lx\n", size);
153 printk("vdma_alloc: Allocated %d pages starting from %08lx\n",
174 EXPORT_SYMBOL(vdma_alloc); variable
237 printk("vdma_alloc: Invalid size: %08lx\n", size);

Completed in 7297 milliseconds