Lines Matching full:dma_tx
129 struct dma_chan *dma_tx; member
411 c = host->dma_tx; in mmc_omap_release_dma()
1001 c = host->dma_tx; in mmc_omap_prepare_data()
1077 host->dma_tx : host->dma_rx; in mmc_omap_start_request()
1388 host->dma_tx = dma_request_chan(&pdev->dev, "tx"); in mmc_omap_probe()
1389 if (IS_ERR(host->dma_tx)) { in mmc_omap_probe()
1390 ret = PTR_ERR(host->dma_tx); in mmc_omap_probe()
1396 host->dma_tx = NULL; in mmc_omap_probe()
1404 if (host->dma_tx) in mmc_omap_probe()
1405 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1453 if (host->dma_tx) in mmc_omap_probe()
1454 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1483 if (host->dma_tx) in mmc_omap_remove()
1484 dma_release_channel(host->dma_tx); in mmc_omap_remove()