Lines Matching full:substate

569 		/* Follow the sequence below for D0 substate transitions */  in hda_dsp_set_D0_state()
580 /* Set flags and register value for D0 target substate */ in hda_dsp_set_D0_state()
581 if (target_state->substate == SOF_HDA_DSP_PM_D0I3) { in hda_dsp_set_D0_state()
639 switch (sdev->dsp_power_state.substate) { in hda_dsp_state_log()
647 dev_dbg(sdev->dev, "Unknown DSP D0 substate: %d\n", in hda_dsp_state_log()
648 sdev->dsp_power_state.substate); in hda_dsp_state_log()
687 sdev->dsp_power_state.substate == SOF_HDA_DSP_PM_D0I0) in hda_dsp_set_power_state()
701 "failed to set requested target DSP state %d substate %d\n", in hda_dsp_set_power_state()
702 target_state->state, target_state->substate); in hda_dsp_set_power_state()
721 if (target_state->substate == SOF_HDA_DSP_PM_D0I3 && in hda_dsp_set_power_state_ipc3()
730 target_state->substate == sdev->dsp_power_state.substate) in hda_dsp_set_power_state_ipc3()
742 target_state->substate == sdev->dsp_power_state.substate) in hda_dsp_set_power_state_ipc4()
907 .substate = SOF_HDA_DSP_PM_D0I0, in hda_dsp_resume()
927 dev_err(sdev->dev, "error: setting dsp state %d substate %d\n", in hda_dsp_resume()
928 target_state.state, target_state.substate); in hda_dsp_resume()
1012 .substate = target_state == SOF_DSP_PM_D0 ? in hda_dsp_suspend()
1026 dev_err(sdev->dev, "error: setting dsp state %d substate %d\n", in hda_dsp_suspend()
1028 target_dsp_state.substate); in hda_dsp_suspend()
1168 .substate = SOF_HDA_DSP_PM_D0I3, in hda_dsp_d0i3_work()
1181 "error: failed to set DSP state %d substate %d\n", in hda_dsp_d0i3_work()
1182 target_state.state, target_state.substate); in hda_dsp_d0i3_work()