Searched refs:hda_dsp_enable_core (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | apl.c | 96 .core_power_up = hda_dsp_enable_core,
|
H A D | tgl.c | 88 .core_power_up = hda_dsp_enable_core,
|
H A D | cnl.c | 298 .core_power_up = hda_dsp_enable_core,
|
H A D | hda.h | 495 int hda_dsp_enable_core(struct snd_sof_dev *sdev, unsigned int core_mask);
|
H A D | hda-dsp.c | 247 int hda_dsp_enable_core(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_enable_core() function
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | icl.c | 81 ret = hda_dsp_enable_core(sdev, BIT(ICL_DSP_HPRO_CORE_ID)); in icl_dsp_post_fw_run()
|
H A D | tgl.c | 31 return hda_dsp_enable_core(sdev, BIT(core)); in tgl_dsp_core_get()
|
H A D | hda-dsp.c | 256 int hda_dsp_enable_core(struct snd_sof_dev *sdev, unsigned int core_mask) in hda_dsp_enable_core() function 1070 ret = hda_dsp_enable_core(sdev, BIT(core)); in hda_dsp_core_get()
|
H A D | hda-loader-skl.c | 340 ret = hda_dsp_enable_core(sdev, chip->init_core_mask); in cl_dsp_init_skl()
|
H A D | hda.h | 580 int hda_dsp_enable_core(struct snd_sof_dev *sdev, unsigned int core_mask);
|
Completed in 9 milliseconds