Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/qe/
H A Dqmc.h67 int qmc_chan_start(struct qmc_chan *chan, int direction);
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c649 int qmc_chan_start(struct qmc_chan *chan, int direction) in qmc_chan_start() function
659 EXPORT_SYMBOL(qmc_chan_start);
/openbmc/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c518 ret = qmc_chan_start(qmc_dai->qmc_chan, direction); in qmc_dai_trigger()