Home
last modified time | relevance | path

Searched refs:target_dsp_state (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/
H A Dpm.c28 u32 target_dsp_state; in snd_sof_dsp_power_target()
36 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target()
46 target_dsp_state = SOF_DSP_PM_D0; in snd_sof_dsp_power_target()
48 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target()
52 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target()
56 return target_dsp_state; in sof_cache_debugfs()
23 u32 target_dsp_state; snd_sof_dsp_power_target() local
/linux/sound/soc/sof/intel/
H A Dhda-dsp.c1015 const struct sof_dsp_power_state target_dsp_state = { in hda_dsp_suspend() local
1033 ret = snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend()
1036 target_dsp_state.state, in hda_dsp_suspend()
1037 target_dsp_state.substate); in hda_dsp_suspend()
1071 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend()