Lines Matching refs:dsp_power_state
450 switch (sdev->dsp_power_state.state) { in hda_dsp_set_D0_state()
459 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_D0_state()
520 switch (sdev->dsp_power_state.state) { in hda_dsp_state_log()
522 switch (sdev->dsp_power_state.substate) { in hda_dsp_state_log()
531 sdev->dsp_power_state.substate); in hda_dsp_state_log()
546 sdev->dsp_power_state.state); in hda_dsp_state_log()
578 if (target_state->state == sdev->dsp_power_state.state && in hda_dsp_set_power_state()
579 target_state->substate == sdev->dsp_power_state.substate) in hda_dsp_set_power_state()
589 if (sdev->dsp_power_state.state == SOF_DSP_PM_D0 && in hda_dsp_set_power_state()
590 sdev->dsp_power_state.substate == SOF_HDA_DSP_PM_D0I0) in hda_dsp_set_power_state()
595 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_power_state()
609 sdev->dsp_power_state = *target_state; in hda_dsp_set_power_state()
758 if (sdev->dsp_power_state.state == SOF_DSP_PM_D0) { in hda_dsp_resume()