Lines Matching full:dma_tx
134 struct dma_chan *dma_tx; member
423 c = host->dma_tx; in mmc_omap_release_dma()
1006 c = host->dma_tx; in mmc_omap_prepare_data()
1086 host->dma_tx : host->dma_rx; in mmc_omap_start_request()
1443 host->dma_tx = dma_request_chan(&pdev->dev, "tx"); in mmc_omap_probe()
1444 if (IS_ERR(host->dma_tx)) { in mmc_omap_probe()
1445 ret = PTR_ERR(host->dma_tx); in mmc_omap_probe()
1449 host->dma_tx = NULL; in mmc_omap_probe()
1457 if (host->dma_tx) in mmc_omap_probe()
1458 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1505 if (host->dma_tx) in mmc_omap_probe()
1506 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1539 if (host->dma_tx) in mmc_omap_remove()
1540 dma_release_channel(host->dma_tx); in mmc_omap_remove()