Searched refs:dst_module (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-messages.c | 1022 *src_module, struct skl_module_cfg *dst_module) in skl_dump_bind_info() 1026 dev_dbg(skl->dev, "%s: dst_module=%d dst_instance=%d\n", __func__, in skl_dump_bind_info() 1027 dst_module->id.module_id, dst_module->id.pvt_id); in skl_dump_bind_info() 1030 src_module->m_state, dst_module->m_state); in skl_dump_bind_info() 1021 skl_dump_bind_info(struct skl_dev *skl, struct skl_module_cfg *src_module, struct skl_module_cfg *dst_module) skl_dump_bind_info() argument
|
H A D | skl-topology.c | 694 struct skl_module_cfg *src_module = NULL, *dst_module, *module; in skl_tplg_mixer_dapm_pre_pmu_event() local 716 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_pre_pmu_event() 719 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event() 723 ret = skl_bind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_pre_pmu_event() 727 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event() 1001 * bind this module to the dst_module in deferred list. in skl_tplg_bind_sinks() 1212 struct skl_module_cfg *src_module = NULL, *dst_module; in skl_tplg_mixer_dapm_post_pmd_event() local 1249 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_post_pmd_event() 1252 src_module = dst_module; in skl_tplg_mixer_dapm_post_pmd_event() 1256 skl_unbind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_post_pmd_event() [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-messages.c | 1067 *src_module, struct skl_module_cfg *dst_module) in skl_dump_bind_info() 1071 dev_dbg(skl->dev, "%s: dst_module=%d dst_instance=%d\n", __func__, in skl_dump_bind_info() 1072 dst_module->id.module_id, dst_module->id.pvt_id); in skl_dump_bind_info() 1075 src_module->m_state, dst_module->m_state); in skl_dump_bind_info() 1066 skl_dump_bind_info(struct skl_dev *skl, struct skl_module_cfg *src_module, struct skl_module_cfg *dst_module) skl_dump_bind_info() argument
|
H A D | skl-topology.c | 660 struct skl_module_cfg *src_module = NULL, *dst_module, *module; in skl_tplg_mixer_dapm_pre_pmu_event() local 682 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_pre_pmu_event() 685 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event() 689 ret = skl_bind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_pre_pmu_event() 693 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event() 968 * bind this module to the dst_module in deferred list. in skl_tplg_bind_sinks() 1179 struct skl_module_cfg *src_module = NULL, *dst_module; in skl_tplg_mixer_dapm_post_pmd_event() local 1216 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_post_pmd_event() 1219 src_module = dst_module; in skl_tplg_mixer_dapm_post_pmd_event() 1223 skl_unbind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_post_pmd_event() [all...] |
Completed in 10 milliseconds