/openbmc/linux/sound/core/ |
H A D | pcm_dmaengine.c | 259 if (status == DMA_IN_PROGRESS || status == DMA_PAUSED) { in snd_dmaengine_pcm_pointer() 359 if (status != DMA_PAUSED) in snd_dmaengine_pcm_sync_stop() 379 if (status == DMA_PAUSED) in snd_dmaengine_pcm_close() 405 if (status == DMA_PAUSED) in snd_dmaengine_pcm_close_release_chan()
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-dmaengine.c | 284 if (!desc || (chan->status == DMA_PAUSED)) in ccp_cmd_callback() 550 if (chan->status == DMA_PAUSED) { in ccp_tx_status() 551 ret = DMA_PAUSED; in ccp_tx_status() 582 chan->status = DMA_PAUSED; in ccp_pause()
|
/openbmc/linux/drivers/dma/hsu/ |
H A D | hsu.c | 372 hsuc->desc->status = DMA_PAUSED; in hsu_dma_pause() 385 if (hsuc->desc && hsuc->desc->status == DMA_PAUSED) { in hsu_dma_resume()
|
/openbmc/linux/drivers/dma/ |
H A D | idma64.c | 456 idma64c->desc->status = DMA_PAUSED; in idma64_pause() 469 if (idma64c->desc && idma64c->desc->status == DMA_PAUSED) { in idma64_resume()
|
H A D | tegra186-gpc-dma.c | 397 tdc->status = DMA_PAUSED; in tegra_dma_pause() 779 if (tdc->status == DMA_PAUSED) in tegra_dma_tx_status() 780 ret = DMA_PAUSED; in tegra_dma_tx_status()
|
H A D | k3dma.c | 770 c->status = DMA_PAUSED; in k3_dma_transfer_pause() 792 if (c->status == DMA_PAUSED) { in k3_dma_transfer_resume()
|
H A D | stm32-dma.c | 678 chan->status = DMA_PAUSED; in stm32_dma_handle_chan_paused() 794 if (chan->status != DMA_PAUSED) in stm32_dma_chan_irq() 860 if (chan->status != DMA_PAUSED) in stm32_dma_resume()
|
H A D | sa11x0-dma.c | 710 c->status = DMA_PAUSED; in sa11x0_dma_device_pause() 735 if (c->status == DMA_PAUSED) { in sa11x0_dma_device_resume()
|
H A D | mmp_tdma.c | 198 tdmac->status = DMA_PAUSED; in mmp_tdma_pause_chan()
|
H A D | mxs-dma.c | 276 mxs_chan->status = DMA_PAUSED; in mxs_dma_pause_chan()
|
H A D | st_fdma.c | 116 fchan->status = DMA_PAUSED; in st_fdma_ch_sta_update()
|
H A D | fsl-edma-common.c | 260 fsl_chan->status = DMA_PAUSED; in fsl_edma_pause()
|
H A D | amba-pl08x.c | 1562 ret = DMA_PAUSED; in pl08x_dma_tx_status() 1590 ret = DMA_PAUSED; in pl08x_dma_tx_status()
|
H A D | nbpfaxi.c | 667 status = DMA_PAUSED; in nbpf_tx_status()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | stm32-usart.c | 338 DMA_PAUSED, dmaengine_resume, in stm32_usart_rx_dma_resume() 503 rx_dma_status == DMA_PAUSED) { in stm32_usart_receive_chars() 562 if (rx_dma_status == DMA_PAUSED && !stm32_usart_rx_dma_resume(stm32_port)) in stm32_usart_rx_dma_start_or_resume() 630 DMA_PAUSED, dmaengine_resume, in stm32_usart_tx_dma_resume()
|
H A D | samsung_tty.c | 567 dma_status == DMA_PAUSED) { in s3c24xx_serial_stop_rx()
|
/openbmc/linux/drivers/dma/qcom/ |
H A D | bam_dma.c | 960 return bchan->paused ? DMA_PAUSED : ret; in bam_tx_status() 982 ret = DMA_PAUSED; in bam_tx_status()
|
H A D | hidma.c | 298 ret = DMA_PAUSED; in hidma_tx_status()
|
/openbmc/linux/sound/soc/sh/rcar/ |
H A D | dma.c | 318 if (status == DMA_IN_PROGRESS || status == DMA_PAUSED) { in rsnd_dmaen_pointer()
|
/openbmc/linux/include/linux/ |
H A D | dmaengine.h | 40 DMA_PAUSED, enumerator
|
/openbmc/linux/drivers/dma/dw-edma/ |
H A D | dw-edma-core.c | 341 ret = DMA_PAUSED; in dw_edma_device_tx_status()
|
/openbmc/linux/drivers/dma/dw/ |
H A D | core.c | 983 *status = DMA_PAUSED; in dwc_get_residue_and_status()
|
/openbmc/linux/drivers/media/platform/st/stm32/ |
H A D | stm32-dcmi.c | 271 case DMA_PAUSED: in dcmi_dma_callback()
|
/openbmc/linux/drivers/dma/ti/ |
H A D | omap-dma.c | 929 ret = DMA_PAUSED; in omap_dma_tx_status()
|
/openbmc/linux/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 1073 if (req->status != DMA_IN_PROGRESS && req->status != DMA_PAUSED) in rio_mport_wait_for_async_dma()
|