Lines Matching full:dma_tx
133 struct dma_chan *dma_tx; member
424 c = host->dma_tx; in mmc_omap_release_dma()
1014 c = host->dma_tx; in mmc_omap_prepare_data()
1090 host->dma_tx : host->dma_rx; in mmc_omap_start_request()
1433 host->dma_tx = dma_request_chan(&pdev->dev, "tx"); in mmc_omap_probe()
1434 if (IS_ERR(host->dma_tx)) { in mmc_omap_probe()
1435 ret = PTR_ERR(host->dma_tx); in mmc_omap_probe()
1439 host->dma_tx = NULL; in mmc_omap_probe()
1447 if (host->dma_tx) in mmc_omap_probe()
1448 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1495 if (host->dma_tx) in mmc_omap_probe()
1496 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1529 if (host->dma_tx) in mmc_omap_remove()
1530 dma_release_channel(host->dma_tx); in mmc_omap_remove()