Home
last modified time | relevance | path

Searched refs:au1xxx_dbdma_stop (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/sound/soc/au1x/
Ddbdma2.c135 au1xxx_dbdma_stop(pcd->ddma_chan); in au1x_pcm_dbdma_free()
178 au1xxx_dbdma_stop(pcd->ddma_chan); in au1x_pcm_dbdma_realloc()
261 au1xxx_dbdma_stop(c); in au1xpsc_pcm_trigger()
/linux-5.19.10/drivers/spi/
Dspi-au1550.c392 au1xxx_dbdma_stop(hw->dma_tx_ch); in au1550_spi_dma_txrxb()
393 au1xxx_dbdma_stop(hw->dma_rx_ch); in au1550_spi_dma_txrxb()
433 au1xxx_dbdma_stop(hw->dma_rx_ch); in au1550_spi_dma_irq_callback()
434 au1xxx_dbdma_stop(hw->dma_tx_ch); in au1550_spi_dma_irq_callback()
/linux-5.19.10/arch/mips/alchemy/common/
Ddbdma.c753 void au1xxx_dbdma_stop(u32 chanid) in au1xxx_dbdma_stop() function
776 EXPORT_SYMBOL(au1xxx_dbdma_stop);
803 au1xxx_dbdma_stop(chanid); in au1xxx_dbdma_reset()
850 au1xxx_dbdma_stop(chanid); in au1xxx_dbdma_chan_free()
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h367 void au1xxx_dbdma_stop(u32 chanid);
/linux-5.19.10/drivers/mmc/host/
Dau1xmmc.c628 au1xxx_dbdma_stop(channel); in au1xmmc_prepare_data()