| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-dmaengine.c | 204 if (desc->status != DMA_ERROR) in ccp_handle_active_desc() 220 if (desc->status != DMA_ERROR) in ccp_handle_active_desc() 277 desc->status = DMA_ERROR; in ccp_cmd_callback() 291 desc->status = DMA_ERROR; in ccp_cmd_callback()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | pata_pxa.c | 40 if (status == DMA_ERROR || status == DMA_COMPLETE) in pxa_ata_dma_irq() 98 if (status != DMA_ERROR && status != DMA_COMPLETE && in pxa_bmdma_stop()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | mcf-edma.c | 79 mcf_edma->chans[ch].status = DMA_ERROR; in mcf_edma_err_handler() 92 mcf_edma->chans[ch].status = DMA_ERROR; in mcf_edma_err_handler()
|
| H A D | mxs-dma.c | 371 mxs_chan->status = DMA_ERROR; in mxs_dma_int_handler() 570 mxs_chan->status = DMA_ERROR; in mxs_dma_prep_slave_sg() 635 mxs_chan->status = DMA_ERROR; in mxs_dma_prep_dma_cyclic()
|
| H A D | imx-sdma.c | 791 sdmac->status = DMA_ERROR; in sdma_update_channel_loop() 841 sdmac->status = DMA_ERROR; in mxc_sdma_handle_channel_normal() 1044 sdmac->status = DMA_ERROR; in sdma_disable_channel() 1512 sdmac->status = DMA_ERROR; in sdma_prep_slave_sg() 1583 sdmac->status = DMA_ERROR; in sdma_prep_dma_cyclic()
|
| H A D | mmp_tdma.c | 366 if (tdmac->status == DMA_ERROR) in mmp_tdma_free_descriptor() 491 tdmac->status = DMA_ERROR; in mmp_tdma_prep_dma_cyclic()
|
| H A D | idma64.c | 147 desc->status = DMA_ERROR; in idma64_chan_irq() 156 if (idma64c->desc == NULL || desc->status == DMA_ERROR) in idma64_chan_irq()
|
| H A D | dmaengine.c | 529 return DMA_ERROR; in dma_sync_wait() 1597 return DMA_ERROR; in dma_wait_for_async_tx()
|
| H A D | fsl-edma.c | 88 fsl_edma->chans[ch].status = DMA_ERROR; in fsl_edma_err_handler()
|
| H A D | moxart-dma.c | 503 return DMA_ERROR; in moxart_tx_status()
|
| H A D | tegra20-apb-dma.c | 543 dma_desc->dma_status = DMA_ERROR; in tegra_dma_abort_all() 643 dma_desc->dma_status = DMA_ERROR; in handle_cont_sngl_cycle_dma_done()
|
| H A D | pxa_dma.c | 1198 return DMA_ERROR; in pxad_tx_status() 1201 if (likely(txstate && (ret != DMA_ERROR))) in pxad_tx_status()
|
| H A D | at_hdmac.c | 1444 return DMA_ERROR; in atc_tx_status() 1455 return DMA_ERROR; in atc_tx_status()
|
| H A D | st_fdma.c | 110 fchan->status = DMA_ERROR; in st_fdma_ch_sta_update()
|
| H A D | dma-jz4780.c | 661 status = DMA_ERROR; in jz4780_dma_tx_status()
|
| /OK3568_Linux_fs/kernel/drivers/dma/sf-pdma/ |
| H A D | sf-pdma.c | 202 if (txstate && status != DMA_ERROR) in sf_pdma_tx_status() 335 chan->status = DMA_ERROR; in sf_pdma_errbh_tasklet()
|
| /OK3568_Linux_fs/kernel/drivers/dma/qcom/ |
| H A D | hidma_ll.c | 836 enum dma_status ret = DMA_ERROR; in hidma_ll_status() 849 ret = DMA_ERROR; in hidma_ll_status()
|
| H A D | hidma.c | 291 return is_success ? ret : DMA_ERROR; in hidma_tx_status()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap/ |
| H A D | omap_vout_vrfb.c | 300 status == DMA_ERROR ? "error" : "busy"); in omap_vout_prepare_vrfb()
|
| /OK3568_Linux_fs/kernel/drivers/dma/dw-edma/ |
| H A D | dw-edma-v0-core.c | 163 return DMA_ERROR; in dw_edma_v0_core_ch_status()
|
| /OK3568_Linux_fs/kernel/drivers/dma/hsu/ |
| H A D | hsu.c | 218 desc->status = DMA_ERROR; in hsu_dma_do_irq()
|
| /OK3568_Linux_fs/kernel/sound/soc/sprd/ |
| H A D | sprd-pcm-dma.c | 401 if (status == DMA_ERROR) { in sprd_pcm_pointer()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/stm32/ |
| H A D | stm32-dcmi.c | 278 case DMA_ERROR: in dcmi_dma_callback() 430 if (status != DMA_ERROR && state.residue < buf->size) { in dcmi_process_jpeg()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dmaengine.h | 42 DMA_ERROR, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/dma/sh/ |
| H A D | shdma-base.c | 838 status = DMA_ERROR; in shdma_tx_status()
|