Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/qe/
H A Dqmc.h54 int qmc_chan_set_param(struct qmc_chan *chan, const struct qmc_chan_param *param);
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c278 int qmc_chan_set_param(struct qmc_chan *chan, const struct qmc_chan_param *param) in qmc_chan_set_param() function
313 EXPORT_SYMBOL(qmc_chan_set_param);
/openbmc/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c487 ret = qmc_chan_set_param(qmc_dai->qmc_chan, &chan_param); in qmc_dai_hw_params()