Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/intel/
Dhda-dsp.c420 switch (sdev->dsp_power_state.state) { in hda_dsp_set_D0_state()
429 sdev->dsp_power_state.state, target_state->state); in hda_dsp_set_D0_state()
487 switch (sdev->dsp_power_state.state) { in hda_dsp_state_log()
489 switch (sdev->dsp_power_state.substate) { in hda_dsp_state_log()
498 sdev->dsp_power_state.substate); in hda_dsp_state_log()
513 sdev->dsp_power_state.state); in hda_dsp_state_log()
545 if (target_state->state == sdev->dsp_power_state.state && in hda_dsp_set_power_state()
546 target_state->substate == sdev->dsp_power_state.substate) in hda_dsp_set_power_state()
556 if (sdev->dsp_power_state.state == SOF_DSP_PM_D0 && in hda_dsp_set_power_state()
557 sdev->dsp_power_state.substate == SOF_HDA_DSP_PM_D0I0) in hda_dsp_set_power_state()
[all …]
/linux-6.1.9/sound/soc/sof/
Dpm.c78 u32 old_state = sdev->dsp_power_state.state; in sof_resume()
Dcore.c359 sdev->dsp_power_state.state = SOF_DSP_PM_D0; in snd_sof_device_probe()
Dsof-priv.h497 struct sof_dsp_power_state dsp_power_state; member
/linux-6.1.9/sound/soc/sof/imx/
Dimx8m.c323 sdev->dsp_power_state = *target_state; in imx8m_dsp_set_power_state()
Dimx8ulp.c411 sdev->dsp_power_state = *target_state; in imx8ulp_dsp_set_power_state()
Dimx8.c484 sdev->dsp_power_state = *target_state; in imx8_dsp_set_power_state()