Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/sof/intel/
Dhda-dsp.c407 switch (sdev->dsp_power_state.state) { in hda_dsp_set_D0_state()
416 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_D0_state()
474 switch (sdev->dsp_power_state.state) { in hda_dsp_state_log()
476 switch (sdev->dsp_power_state.substate) { in hda_dsp_state_log()
485 sdev->dsp_power_state.substate); in hda_dsp_state_log()
506 sdev->dsp_power_state.state); in hda_dsp_state_log()
538 if (target_state->state == sdev->dsp_power_state.state && in hda_dsp_set_power_state()
539 target_state->substate == sdev->dsp_power_state.substate) in hda_dsp_set_power_state()
549 if (sdev->dsp_power_state.state == SOF_DSP_PM_D0 && in hda_dsp_set_power_state()
550 sdev->dsp_power_state.substate == SOF_HDA_DSP_PM_D0I0) in hda_dsp_set_power_state()
[all …]
/Linux-v5.10/sound/soc/sof/
Dpm.c89 u32 old_state = sdev->dsp_power_state.state; in sof_resume()
Dcore.c294 sdev->dsp_power_state.state = SOF_DSP_PM_D0; in snd_sof_device_probe()
Dsof-priv.h368 struct sof_dsp_power_state dsp_power_state; member