Lines Matching full:dma_tx
134 struct dma_chan *dma_tx; member
423 c = host->dma_tx; in mmc_omap_release_dma()
1007 c = host->dma_tx; in mmc_omap_prepare_data()
1087 host->dma_tx : host->dma_rx; in mmc_omap_start_request()
1444 host->dma_tx = dma_request_chan(&pdev->dev, "tx"); in mmc_omap_probe()
1445 if (IS_ERR(host->dma_tx)) { in mmc_omap_probe()
1446 ret = PTR_ERR(host->dma_tx); in mmc_omap_probe()
1450 host->dma_tx = NULL; in mmc_omap_probe()
1458 if (host->dma_tx) in mmc_omap_probe()
1459 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1506 if (host->dma_tx) in mmc_omap_probe()
1507 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1540 if (host->dma_tx) in mmc_omap_remove()
1541 dma_release_channel(host->dma_tx); in mmc_omap_remove()