Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/au1x/
H A 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()
/openbmc/linux/drivers/spi/
H A 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()
/openbmc/linux/arch/mips/alchemy/common/
H A Ddbdma.c756 void au1xxx_dbdma_stop(u32 chanid) in au1xxx_dbdma_stop() function
779 EXPORT_SYMBOL(au1xxx_dbdma_stop);
806 au1xxx_dbdma_stop(chanid); in au1xxx_dbdma_reset()
853 au1xxx_dbdma_stop(chanid); in au1xxx_dbdma_chan_free()
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h367 void au1xxx_dbdma_stop(u32 chanid);
/openbmc/linux/drivers/mmc/host/
H A Dau1xmmc.c628 au1xxx_dbdma_stop(channel); in au1xmmc_prepare_data()