Home
last modified time | relevance | path

Searched refs:DMA_PAUSED (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-dmaengine.c284 if (!desc || (chan->status == DMA_PAUSED)) in ccp_cmd_callback()
551 if (chan->status == DMA_PAUSED) { in ccp_tx_status()
552 ret = DMA_PAUSED; in ccp_tx_status()
583 chan->status = DMA_PAUSED; in ccp_pause()
/OK3568_Linux_fs/kernel/drivers/dma/hsu/
H A Dhsu.c361 hsuc->desc->status = DMA_PAUSED; in hsu_dma_pause()
374 if (hsuc->desc && hsuc->desc->status == DMA_PAUSED) { in hsu_dma_resume()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Didma64.c448 idma64c->desc->status = DMA_PAUSED; in idma64_pause()
461 if (idma64c->desc && idma64c->desc->status == DMA_PAUSED) { in idma64_resume()
H A Dk3dma.c771 c->status = DMA_PAUSED; in k3_dma_transfer_pause()
793 if (c->status == DMA_PAUSED) { in k3_dma_transfer_resume()
H A Dsa11x0-dma.c710 c->status = DMA_PAUSED; in sa11x0_dma_device_pause()
735 if (c->status == DMA_PAUSED) { in sa11x0_dma_device_resume()
H A Dmmp_tdma.c198 tdmac->status = DMA_PAUSED; in mmp_tdma_pause_chan()
H A Dmxs-dma.c277 mxs_chan->status = DMA_PAUSED; in mxs_dma_pause_chan()
H A Dst_fdma.c116 fchan->status = DMA_PAUSED; in st_fdma_ch_sta_update()
H A Dfsl-edma-common.c185 fsl_chan->status = DMA_PAUSED; in fsl_edma_pause()
H A Damba-pl08x.c1570 ret = DMA_PAUSED; in pl08x_dma_tx_status()
1598 ret = DMA_PAUSED; in pl08x_dma_tx_status()
H A Dnbpfaxi.c668 status = DMA_PAUSED; in nbpf_tx_status()
H A Dcoh901318.c2411 ret = DMA_PAUSED; in coh901318_tx_status()
H A Dste_dma40.c2555 ret = DMA_PAUSED; in d40_tx_status()
/OK3568_Linux_fs/kernel/drivers/dma/qcom/
H A Dbam_dma.c922 return bchan->paused ? DMA_PAUSED : ret; in bam_tx_status()
944 ret = DMA_PAUSED; in bam_tx_status()
H A Dhidma.c305 ret = DMA_PAUSED; in hidma_tx_status()
/OK3568_Linux_fs/kernel/sound/soc/sh/rcar/
H A Ddma.c308 if (status == DMA_IN_PROGRESS || status == DMA_PAUSED) { in rsnd_dmaen_pointer()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h41 DMA_PAUSED, enumerator
/OK3568_Linux_fs/kernel/drivers/dma/dw-edma/
H A Ddw-edma-core.c302 ret = DMA_PAUSED; in dw_edma_device_tx_status()
/OK3568_Linux_fs/kernel/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c256 ret = DMA_PAUSED; in dma_chan_tx_status()
/OK3568_Linux_fs/kernel/drivers/dma/dw/
H A Dcore.c941 return DMA_PAUSED; in dwc_tx_status()
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Domap-dma.c924 ret = DMA_PAUSED; in omap_dma_tx_status()
/OK3568_Linux_fs/kernel/drivers/media/platform/stm32/
H A Dstm32-dcmi.c275 case DMA_PAUSED: in dcmi_dma_callback()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsamsung_tty.c527 dma_status == DMA_PAUSED) { in s3c24xx_serial_stop_rx()
H A Damba-pl011.c967 if (dmastat != DMA_PAUSED) in pl011_dma_rx_irq()
/OK3568_Linux_fs/kernel/drivers/rapidio/devices/
H A Drio_mport_cdev.c1072 if (req->status != DMA_IN_PROGRESS && req->status != DMA_PAUSED) in rio_mport_wait_for_async_dma()

12