Home
last modified time | relevance | path

Searched refs:vdma_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/mips/jazz/
Djazzdma.c95 unsigned long vdma_alloc(unsigned long paddr, unsigned long size) in vdma_alloc() function
177 EXPORT_SYMBOL(vdma_alloc);
506 *dma_handle = vdma_alloc(virt_to_phys(ret), size); in jazz_dma_alloc()
532 return vdma_alloc(phys, size); in jazz_dma_map_page()
553 sg->dma_address = vdma_alloc(sg_phys(sg), sg->length); in jazz_dma_map_sg()
/linux-6.1.9/arch/mips/include/asm/
Djazzdma.h11 extern unsigned long vdma_alloc(unsigned long paddr, unsigned long size);
/linux-6.1.9/arch/mips/include/asm/mach-jazz/
Dfloppy.h111 vdma_alloc(CPHYSADDR(mem), size); /* XXX error checking */ in fd_dma_mem_alloc()