Home
last modified time | relevance | path

Searched refs:post_fw_run (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dapl.c93 .post_fw_run = hda_dsp_post_fw_run,
H A Dtgl.c85 .post_fw_run = hda_dsp_post_fw_run,
H A Dcnl.c295 .post_fw_run = hda_dsp_post_fw_run,
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dapl.c93 sof_apl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_apl_ops_init()
H A Dskl.c95 sof_skl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_skl_ops_init()
H A Dlnl.c109 sof_lnl_ops.post_fw_run = mtl_dsp_post_fw_run; in sof_lnl_ops_init()
H A Dicl.c155 sof_icl_ops.post_fw_run = icl_dsp_post_fw_run; in sof_icl_ops_init()
H A Dtgl.c117 sof_tgl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_tgl_ops_init()
H A Dcnl.c437 sof_cnl_ops.post_fw_run = hda_dsp_post_fw_run; in sof_cnl_ops_init()
H A Dmtl.c687 sof_mtl_ops.post_fw_run = mtl_dsp_post_fw_run; in sof_mtl_ops_init()
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dops.h97 if (sof_ops(sdev)->post_fw_run) in snd_sof_dsp_post_fw_run()
98 return sof_ops(sdev)->post_fw_run(sdev); in snd_sof_dsp_post_fw_run()
H A Dsof-priv.h209 int (*post_fw_run)(struct snd_sof_dev *sof_dev); /* optional */ member
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dops.h164 if (sof_ops(sdev)->post_fw_run) in snd_sof_dsp_post_fw_run()
165 return sof_ops(sdev)->post_fw_run(sdev); in snd_sof_dsp_post_fw_run()
H A Dsof-priv.h276 int (*post_fw_run)(struct snd_sof_dev *sof_dev); /* optional */ member

Completed in 9 milliseconds