Home
last modified time | relevance | path

Searched refs:edma_free_channel (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/sound/soc/davinci/
Ddavinci-pcm.c456 edma_free_channel(prtd->asp_link[1]); in request_ping_pong()
459 edma_free_channel(prtd->ram_link); in request_ping_pong()
462 edma_free_channel(prtd->ram_channel); in request_ping_pong()
515 edma_free_channel(prtd->asp_channel); in davinci_pcm_dma_request()
715 edma_free_channel(prtd->asp_channel); in davinci_pcm_close()
721 edma_free_channel(prtd->ram_channel); in davinci_pcm_close()
/linux-2.6.39/drivers/spi/
Ddavinci_spi.c784 edma_free_channel(dma->tx_channel); in davinci_spi_request_dma()
786 edma_free_channel(dma->rx_channel); in davinci_spi_request_dma()
958 edma_free_channel(dspi->dma.tx_channel); in davinci_spi_probe()
959 edma_free_channel(dspi->dma.rx_channel); in davinci_spi_probe()
/linux-2.6.39/arch/arm/mach-davinci/include/mach/
Dedma.h203 void edma_free_channel(unsigned channel);
/linux-2.6.39/drivers/mmc/host/
Ddavinci_mmc.c577 edma_free_channel(host->txdma); in davinci_release_dma_channels()
578 edma_free_channel(host->rxdma); in davinci_release_dma_channels()
624 edma_free_channel(host->txdma); in davinci_acquire_dma_channels()
/linux-2.6.39/arch/arm/mach-davinci/
Ddma.c712 void edma_free_channel(unsigned channel) in edma_free_channel() function
729 EXPORT_SYMBOL(edma_free_channel);