Lines Matching refs:dsp_power_state
469 switch (sdev->dsp_power_state.state) { in hda_dsp_set_D0_state()
478 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_D0_state()
539 switch (sdev->dsp_power_state.state) { in hda_dsp_state_log()
541 switch (sdev->dsp_power_state.substate) { in hda_dsp_state_log()
550 sdev->dsp_power_state.substate); in hda_dsp_state_log()
565 sdev->dsp_power_state.state); in hda_dsp_state_log()
588 if (sdev->dsp_power_state.state == SOF_DSP_PM_D0 && in hda_dsp_set_power_state()
589 sdev->dsp_power_state.substate == SOF_HDA_DSP_PM_D0I0) in hda_dsp_set_power_state()
594 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_power_state()
608 sdev->dsp_power_state = *target_state; in hda_dsp_set_power_state()
631 if (target_state->state == sdev->dsp_power_state.state && in hda_dsp_set_power_state_ipc3()
632 target_state->substate == sdev->dsp_power_state.substate) in hda_dsp_set_power_state_ipc3()
642 if (target_state->state == sdev->dsp_power_state.state && in hda_dsp_set_power_state_ipc4()
643 target_state->substate == sdev->dsp_power_state.substate) in hda_dsp_set_power_state_ipc4()
799 if (sdev->dsp_power_state.state == SOF_DSP_PM_D0) { in hda_dsp_resume()