Lines Matching refs:dma_tx
131 struct dma_chan *dma_tx; member
413 c = host->dma_tx; in mmc_omap_release_dma()
1003 c = host->dma_tx; in mmc_omap_prepare_data()
1079 host->dma_tx : host->dma_rx; in mmc_omap_start_request()
1385 host->dma_tx = dma_request_chan(&pdev->dev, "tx"); in mmc_omap_probe()
1386 if (IS_ERR(host->dma_tx)) { in mmc_omap_probe()
1387 ret = PTR_ERR(host->dma_tx); in mmc_omap_probe()
1393 host->dma_tx = NULL; in mmc_omap_probe()
1401 if (host->dma_tx) in mmc_omap_probe()
1402 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1450 if (host->dma_tx) in mmc_omap_probe()
1451 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1480 if (host->dma_tx) in mmc_omap_remove()
1481 dma_release_channel(host->dma_tx); in mmc_omap_remove()