Home
last modified time | relevance | path

Searched refs:qmc_chan_stop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/soc/fsl/qe/
H A Dqmc.h68 int qmc_chan_stop(struct qmc_chan *chan, int direction);
/openbmc/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c524 ret = qmc_chan_stop(qmc_dai->qmc_chan, direction); in qmc_dai_trigger()
534 ret = qmc_chan_stop(qmc_dai->qmc_chan, direction); in qmc_dai_trigger()
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c590 int qmc_chan_stop(struct qmc_chan *chan, int direction) in qmc_chan_stop() function
608 EXPORT_SYMBOL(qmc_chan_stop);
1159 ret = qmc_chan_stop(chan, QMC_CHAN_ALL); in qmc_finalize_chans()