/openbmc/linux/drivers/dma/ptdma/ |
H A D | ptdma-dmaengine.c | 90 if (desc->status != DMA_ERROR) in pt_handle_active_desc() 104 if (desc->status != DMA_ERROR) in pt_handle_active_desc() 144 desc->status = DMA_ERROR; in pt_cmd_callback() 158 desc->status = DMA_ERROR; in pt_cmd_callback()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/dma/ |
H A D | mxs-dma.c | 370 mxs_chan->status = DMA_ERROR; in mxs_dma_int_handler() 569 mxs_chan->status = DMA_ERROR; in mxs_dma_prep_slave_sg() 634 mxs_chan->status = DMA_ERROR; in mxs_dma_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 | 150 desc->status = DMA_ERROR; in idma64_chan_irq() 160 if (idma64c->desc == NULL || desc->status == DMA_ERROR) in idma64_chan_irq()
|
H A D | imx-sdma.c | 871 sdmac->status = DMA_ERROR; in sdma_update_channel_loop() 932 sdmac->status = DMA_ERROR; in mxc_sdma_handle_channel_normal() 1169 sdmac->status = DMA_ERROR; in sdma_disable_channel() 1683 sdmac->status = DMA_ERROR; in sdma_prep_slave_sg() 1760 sdmac->status = DMA_ERROR; in sdma_prep_dma_cyclic()
|
H A D | mcf-edma-main.c | 66 mcf_edma->chans[ch].status = DMA_ERROR; in mcf_edma_err_handler()
|
H A D | fsl-edma-common.h | 321 fsl_chan->status = DMA_ERROR; in fsl_edma_err_chan_handler()
|
H A D | dmaengine.c | 530 return DMA_ERROR; in dma_sync_wait() 1539 return DMA_ERROR; in dma_wait_for_async_tx()
|
H A D | moxart-dma.c | 500 return DMA_ERROR; in moxart_tx_status()
|
H A D | tegra20-apb-dma.c | 531 dma_desc->dma_status = DMA_ERROR; in tegra_dma_abort_all() 631 dma_desc->dma_status = DMA_ERROR; in handle_cont_sngl_cycle_dma_done()
|
H A D | pxa_dma.c | 1195 return DMA_ERROR; in pxad_tx_status() 1198 if (likely(txstate && (ret != DMA_ERROR))) in pxad_tx_status()
|
/openbmc/linux/drivers/dma/sf-pdma/ |
H A D | sf-pdma.c | 201 if (txstate && status != DMA_ERROR) in sf_pdma_tx_status() 334 chan->status = DMA_ERROR; in sf_pdma_errbh_tasklet()
|
/openbmc/linux/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 | qcom_adm.c | 658 return DMA_ERROR; in adm_tx_status()
|
/openbmc/linux/drivers/dma/dw-edma/ |
H A D | dw-hdma-v0-core.c | 89 return DMA_ERROR; in dw_hdma_v0_core_ch_status()
|
H A D | dw-edma-v0-core.c | 202 return DMA_ERROR; in dw_edma_v0_core_ch_status()
|
/openbmc/linux/drivers/media/platform/ti/omap/ |
H A D | omap_vout_vrfb.c | 300 status == DMA_ERROR ? "error" : "busy"); in omap_vout_prepare_vrfb()
|
/openbmc/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-test.c | 97 epf_test->transfer_status == DMA_ERROR) in pci_epf_test_dma_callback() 181 if (epf_test->transfer_status == DMA_ERROR) { in pci_epf_test_data_transfer()
|
/openbmc/linux/sound/soc/sprd/ |
H A D | sprd-pcm-dma.c | 395 if (status == DMA_ERROR) { in sprd_pcm_pointer()
|
/openbmc/linux/drivers/dma/hsu/ |
H A D | hsu.c | 228 desc->status = DMA_ERROR; in hsu_dma_do_irq()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | fsl_lpuart.c | 1176 if (dmastat == DMA_ERROR) { in lpuart_copy_rx_to_tty() 1270 if (dmastat == DMA_ERROR) { in lpuart32_dma_idleint() 1323 if (dmastat == DMA_ERROR) { in lpuart_timer_func()
|
/openbmc/linux/drivers/media/platform/st/stm32/ |
H A D | stm32-dcmi.c | 274 case DMA_ERROR: in dcmi_dma_callback() 424 if (status != DMA_ERROR && state.residue < buf->size) { in dcmi_process_jpeg()
|
/openbmc/linux/include/linux/ |
H A D | dmaengine.h | 41 DMA_ERROR, enumerator
|