| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | mxs-dma.c | 295 mxs_chan->status = DMA_IN_PROGRESS; in mxs_dma_resume_chan() 375 mxs_chan->status = DMA_IN_PROGRESS; in mxs_dma_int_handler() 488 if (mxs_chan->status == DMA_IN_PROGRESS) in mxs_dma_prep_slave_sg() 498 mxs_chan->status = DMA_IN_PROGRESS; in mxs_dma_prep_slave_sg() 584 if (mxs_chan->status == DMA_IN_PROGRESS) in mxs_dma_prep_dma_cyclic() 587 mxs_chan->status = DMA_IN_PROGRESS; in mxs_dma_prep_dma_cyclic() 654 if (mxs_chan->status == DMA_IN_PROGRESS && in mxs_dma_tx_status()
|
| H A D | mmp_tdma.c | 163 tdmac->status = DMA_IN_PROGRESS; in mmp_tdma_enable_chan() 187 tdmac->status = DMA_IN_PROGRESS; in mmp_tdma_resume_chan() 449 tdmac->status = DMA_IN_PROGRESS; in mmp_tdma_prep_dma_cyclic()
|
| H A D | idma64.c | 323 desc->status = DMA_IN_PROGRESS; in idma64_prep_slave_sg() 446 if (idma64c->desc && idma64c->desc->status == DMA_IN_PROGRESS) { in idma64_pause() 462 idma64c->desc->status = DMA_IN_PROGRESS; in idma64_resume()
|
| H A D | k3dma.c | 770 if (c->status == DMA_IN_PROGRESS) { in k3_dma_transfer_pause() 794 c->status = DMA_IN_PROGRESS; in k3_dma_transfer_resume() 939 c->status = DMA_IN_PROGRESS; in k3_dma_probe()
|
| H A D | sa11x0-dma.c | 709 if (c->status == DMA_IN_PROGRESS) { in sa11x0_dma_device_pause() 736 c->status = DMA_IN_PROGRESS; in sa11x0_dma_device_resume() 859 c->status = DMA_IN_PROGRESS; in sa11x0_dma_init_dmadev()
|
| H A D | fsl-edma-common.c | 201 fsl_chan->status = DMA_IN_PROGRESS; in fsl_edma_resume() 602 fsl_chan->status = DMA_IN_PROGRESS; in fsl_edma_xfer_desc()
|
| H A D | tegra20-apb-dma.c | 706 dma_desc->dma_status = DMA_IN_PROGRESS; in tegra_dma_tx_submit() 1110 dma_desc->dma_status = DMA_IN_PROGRESS; in tegra_dma_prep_slave_sg()
|
| H A D | st_fdma.c | 120 fchan->status = DMA_IN_PROGRESS; in st_fdma_ch_sta_update()
|
| H A D | zx_dma.c | 835 c->status = DMA_IN_PROGRESS; in zx_dma_probe()
|
| H A D | fsl-qdma.c | 1015 fsl_chan->status = DMA_IN_PROGRESS; in fsl_qdma_enqueue_desc()
|
| H A D | dmaengine.c | 531 if (status != DMA_IN_PROGRESS) in dma_sync_wait()
|
| /OK3568_Linux_fs/kernel/drivers/dma/hsu/ |
| H A D | hsu.c | 282 desc->status = DMA_IN_PROGRESS; in hsu_dma_prep_slave_sg() 359 if (hsuc->desc && hsuc->desc->status == DMA_IN_PROGRESS) { in hsu_dma_pause() 375 hsuc->desc->status = DMA_IN_PROGRESS; in hsu_dma_resume()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-dmaengine.c | 348 desc->status = DMA_IN_PROGRESS; in ccp_alloc_dma_desc() 605 chan->status = DMA_IN_PROGRESS; in ccp_resume()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dmaengine.h | 40 DMA_IN_PROGRESS, enumerator 1468 return DMA_IN_PROGRESS; in dma_async_is_complete()
|
| /OK3568_Linux_fs/kernel/drivers/dma/dw-edma/ |
| H A D | dw-edma-v0-core.c | 159 return DMA_IN_PROGRESS; in dw_edma_v0_core_ch_status()
|
| H A D | dw-edma-core.c | 301 if (ret == DMA_IN_PROGRESS && chan->status == EDMA_ST_PAUSE) in dw_edma_device_tx_status()
|
| /OK3568_Linux_fs/kernel/drivers/dma/sf-pdma/ |
| H A D | sf-pdma.c | 268 chan->status = DMA_IN_PROGRESS; in sf_pdma_xfer_desc()
|
| /OK3568_Linux_fs/kernel/drivers/dma/qcom/ |
| H A D | hidma_ll.c | 851 ret = DMA_IN_PROGRESS; in hidma_ll_status()
|
| H A D | hidma.c | 294 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status()
|
| H A D | bam_dma.c | 943 if (ret == DMA_IN_PROGRESS && bchan->paused) in bam_tx_status()
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/rcar/ |
| H A D | dma.c | 308 if (status == DMA_IN_PROGRESS || status == DMA_PAUSED) { in rsnd_dmaen_pointer()
|
| /OK3568_Linux_fs/kernel/drivers/dma/sh/ |
| H A D | shdma-base.c | 841 status = DMA_IN_PROGRESS; in shdma_tx_status()
|
| /OK3568_Linux_fs/kernel/drivers/dma/dw-axi-dmac/ |
| H A D | dw-axi-dmac-platform.c | 255 if (chan->is_paused && ret == DMA_IN_PROGRESS) in dma_chan_tx_status()
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/devices/ |
| H A D | tsi721_dma.c | 713 desc->status = DMA_IN_PROGRESS; in tsi721_tx_submit()
|
| H A D | rio_mport_cdev.c | 737 req->status = DMA_IN_PROGRESS; in do_dma_request() 1072 if (req->status != DMA_IN_PROGRESS && req->status != DMA_PAUSED) in rio_mport_wait_for_async_dma()
|