Searched refs:edma_alloc_slot (Results 1 - 2 of 2) sorted by relevance

/arch/arm/mach-davinci/include/mach/
H A Dedma.h192 #define EDMA_SLOT_ANY -1 /* for edma_alloc_slot() */
206 int edma_alloc_slot(unsigned ctlr, int slot);
/arch/arm/mach-davinci/
H A Ddma.c732 * edma_alloc_slot - allocate DMA parameter RAM
745 int edma_alloc_slot(unsigned ctlr, int slot) function
772 EXPORT_SYMBOL(edma_alloc_slot); variable
776 * @slot: parameter RAM slot returned from edma_alloc_slot()
778 * This deallocates the parameter RAM slot allocated by edma_alloc_slot().

Completed in 8 milliseconds