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()
1392 host->dma_tx = dma_request_chan(&pdev->dev, "tx"); in mmc_omap_probe()
1393 if (IS_ERR(host->dma_tx)) { in mmc_omap_probe()
1394 ret = PTR_ERR(host->dma_tx); in mmc_omap_probe()
1398 host->dma_tx = NULL; in mmc_omap_probe()
1406 if (host->dma_tx) in mmc_omap_probe()
1407 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()
1488 if (host->dma_tx) in mmc_omap_remove()
1489 dma_release_channel(host->dma_tx); in mmc_omap_remove()