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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/include/mach/
H A Ddma-v1.h95 int imx_dma_request(int channel, const char *name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Ddma-v1.c448 * The channel has to be allocated by driver through imx_dma_request()
674 * imx_dma_request - request/allocate specified channel number
678 int imx_dma_request(int channel, const char *name) function
721 EXPORT_SYMBOL(imx_dma_request); variable
785 if (!imx_dma_request(i, name))
789 if (!imx_dma_request(i, name))

Completed in 128 milliseconds