Home
last modified time | relevance | path

Searched refs:dsp_power_state (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/sound/soc/sof/intel/
H A Dhda-dsp.c567 switch (sdev->dsp_power_state.state) { in hda_dsp_set_D0_state()
576 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_D0_state()
637 switch (sdev->dsp_power_state.state) { in hda_dsp_state_log()
639 switch (sdev->dsp_power_state.substate) { in hda_dsp_state_log()
648 sdev->dsp_power_state.substate); in hda_dsp_state_log()
663 sdev->dsp_power_state.state); in hda_dsp_state_log()
686 if (sdev->dsp_power_state.state == SOF_DSP_PM_D0 && in hda_dsp_set_power_state()
692 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_power_state()
706 sdev->dsp_power_state = *target_state; in hda_dsp_set_power_state()
729 if (target_state->state == sdev->dsp_power_state.state && in hda_dsp_set_power_state_ipc3()
[all …]
/linux-6.15/sound/soc/sof/
H A Dpm.c78 u32 old_state = sdev->dsp_power_state.state; in sof_resume()
203 u32 old_state = sdev->dsp_power_state.state; in sof_suspend()
H A Dcore.c639 sdev->dsp_power_state.state = SOF_DSP_PM_D0; in snd_sof_device_probe()
H A Dsof-priv.h572 struct sof_dsp_power_state dsp_power_state; member
/linux-6.15/sound/soc/sof/imx/
H A Dimx-common.c154 sdev->dsp_power_state = *target; in imx_set_power_state()