Home
last modified time | relevance | path

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

/linux-6.15/include/soc/fsl/qe/
H A Dqmc.h114 int qmc_chan_stop(struct qmc_chan *chan, int direction);
/linux-6.15/sound/soc/fsl/
H A Dfsl_qmc_audio.c700 ret_tmp = qmc_chan_stop(qmc_dai->chans[i].qmc_chan, direction); in qmc_dai_trigger()
718 ret_tmp = qmc_chan_stop(qmc_dai->chans[i].qmc_chan, direction); in qmc_dai_trigger()
734 qmc_chan_stop(qmc_dai->chans[i].qmc_chan, direction); in qmc_dai_trigger()
/linux-6.15/drivers/soc/fsl/qe/
H A Dqmc.c931 int qmc_chan_stop(struct qmc_chan *chan, int direction) in qmc_chan_stop() function
960 EXPORT_SYMBOL(qmc_chan_stop);
1541 ret = qmc_chan_stop(chan, QMC_CHAN_ALL); in qmc_finalize_chans()
/linux-6.15/drivers/net/wan/
H A Dfsl_qmc_hdlc.c647 qmc_chan_stop(qmc_hdlc->qmc_chan, QMC_CHAN_ALL); in qmc_hdlc_close()