Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-au1550.c393 au1xxx_dbdma_stop(hw->dma_tx_ch); in au1550_spi_dma_txrxb()
394 au1xxx_dbdma_stop(hw->dma_rx_ch); in au1550_spi_dma_txrxb()
434 au1xxx_dbdma_stop(hw->dma_rx_ch); in au1550_spi_dma_irq_callback()
435 au1xxx_dbdma_stop(hw->dma_tx_ch); in au1550_spi_dma_irq_callback()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h367 void au1xxx_dbdma_stop(u32 chanid);
/kernel/linux/linux-5.10/drivers/mmc/host/
Dau1xmmc.c628 au1xxx_dbdma_stop(channel); in au1xmmc_prepare_data()