Lines Matching full:dma_tx
770 dma_sync_single_for_device(p->ctlr->dma_tx->device->dev, in sh_msiof_dma_once()
772 desc_tx = dmaengine_prep_slave_single(p->ctlr->dma_tx, in sh_msiof_dma_once()
806 dma_async_issue_pending(p->ctlr->dma_tx); in sh_msiof_dma_once()
856 dmaengine_terminate_sync(p->ctlr->dma_tx); in sh_msiof_dma_once()
932 while (ctlr->dma_tx && len > 15) { in sh_msiof_transfer_one()
1195 ctlr->dma_tx = sh_msiof_request_dma_chan(dev, DMA_MEM_TO_DEV, in sh_msiof_request_dma()
1197 if (!ctlr->dma_tx) in sh_msiof_request_dma()
1213 tx_dev = ctlr->dma_tx->device->dev; in sh_msiof_request_dma()
1237 dma_release_channel(ctlr->dma_tx); in sh_msiof_request_dma()
1238 ctlr->dma_tx = NULL; in sh_msiof_request_dma()
1246 if (!ctlr->dma_tx) in sh_msiof_release_dma()
1251 dma_unmap_single(ctlr->dma_tx->device->dev, p->tx_dma_addr, PAGE_SIZE, in sh_msiof_release_dma()
1256 dma_release_channel(ctlr->dma_tx); in sh_msiof_release_dma()