Lines Matching refs:dsp_power_state
413 switch (sdev->dsp_power_state.state) { in hda_dsp_set_D0_state()
422 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_D0_state()
480 switch (sdev->dsp_power_state.state) { in hda_dsp_state_log()
482 switch (sdev->dsp_power_state.substate) { in hda_dsp_state_log()
491 sdev->dsp_power_state.substate); in hda_dsp_state_log()
512 sdev->dsp_power_state.state); in hda_dsp_state_log()
544 if (target_state->state == sdev->dsp_power_state.state && in hda_dsp_set_power_state()
545 target_state->substate == sdev->dsp_power_state.substate) in hda_dsp_set_power_state()
555 if (sdev->dsp_power_state.state == SOF_DSP_PM_D0 && in hda_dsp_set_power_state()
556 sdev->dsp_power_state.substate == SOF_HDA_DSP_PM_D0I0) in hda_dsp_set_power_state()
561 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_power_state()
575 sdev->dsp_power_state = *target_state; in hda_dsp_set_power_state()
734 if (sdev->dsp_power_state.state == SOF_DSP_PM_D0) { in hda_dsp_resume()