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()
1387 host->dma_tx = dma_request_chan(&pdev->dev, "tx"); in mmc_omap_probe()
1388 if (IS_ERR(host->dma_tx)) { in mmc_omap_probe()
1389 ret = PTR_ERR(host->dma_tx); in mmc_omap_probe()
1395 host->dma_tx = NULL; in mmc_omap_probe()
1403 if (host->dma_tx) in mmc_omap_probe()
1404 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1452 if (host->dma_tx) in mmc_omap_probe()
1453 dma_release_channel(host->dma_tx); in mmc_omap_probe()
1482 if (host->dma_tx) in mmc_omap_remove()
1483 dma_release_channel(host->dma_tx); in mmc_omap_remove()