Lines Matching full:dma_tx
772 dma_sync_single_for_device(p->ctlr->dma_tx->device->dev, in sh_msiof_dma_once()
774 desc_tx = dmaengine_prep_slave_single(p->ctlr->dma_tx, in sh_msiof_dma_once()
808 dma_async_issue_pending(p->ctlr->dma_tx); in sh_msiof_dma_once()
858 dmaengine_terminate_sync(p->ctlr->dma_tx); in sh_msiof_dma_once()
934 while (ctlr->dma_tx && len > 15) { in sh_msiof_transfer_one()
1209 ctlr->dma_tx = sh_msiof_request_dma_chan(dev, DMA_MEM_TO_DEV, in sh_msiof_request_dma()
1211 if (!ctlr->dma_tx) in sh_msiof_request_dma()
1227 tx_dev = ctlr->dma_tx->device->dev; in sh_msiof_request_dma()
1251 dma_release_channel(ctlr->dma_tx); in sh_msiof_request_dma()
1252 ctlr->dma_tx = NULL; in sh_msiof_request_dma()
1260 if (!ctlr->dma_tx) in sh_msiof_release_dma()
1265 dma_unmap_single(ctlr->dma_tx->device->dev, p->tx_dma_addr, PAGE_SIZE, in sh_msiof_release_dma()
1270 dma_release_channel(ctlr->dma_tx); in sh_msiof_release_dma()