Lines Matching refs: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()
1389 host->dma_tx = dma_request_chan(&pdev->dev, "tx"); in mmc_omap_probe()
1390 if (IS_ERR(host->dma_tx)) { in mmc_omap_probe()
1391 ret = PTR_ERR(host->dma_tx); in mmc_omap_probe()
1397 host->dma_tx = NULL; in mmc_omap_probe()
1405 if (host->dma_tx) in mmc_omap_probe()
1406 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1454 if (host->dma_tx) in mmc_omap_probe()
1455 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1484 if (host->dma_tx) in mmc_omap_remove()
1485 dma_release_channel(host->dma_tx); in mmc_omap_remove()