Lines Matching full:dsp
16 * Helper function to determine the target DSP state during
28 /* DSP should be in D3 if the system is suspending to S3+ */ in snd_sof_dsp_power_target()
30 /* DSP should be in D3 if the system is suspending to S3 */ in snd_sof_dsp_power_target()
35 * Currently, the only criterion for retaining the DSP in D0 in snd_sof_dsp_power_target()
81 /* do nothing if dsp resume callbacks are not set */ in sof_resume()
88 /* DSP was never successfully started, nothing to resume */ in sof_resume()
102 "error: failed to power up DSP after resume\n"); in sof_resume()
132 "error: failed to load DSP firmware after resume %d\n", in sof_resume()
147 "error: failed to boot DSP firmware after resume %d\n", in sof_resume()
174 /* notify DSP of system resume */ in sof_resume()
187 * possible DSP coredump information. in sof_resume()
206 /* do nothing if dsp suspend callback is not set */ in sof_suspend()
213 /* we need to tear down pipelines only if the DSP hardware is in sof_suspend()
243 /* Skip to platform-specific suspend if DSP is entering D0 */ in sof_suspend()
252 /* notify DSP of upcoming power down */ in sof_suspend()
271 /* return if the DSP was not probed successfully */ in sof_suspend()
282 "error: failed to power down DSP during suspend %d\n", in sof_suspend()
285 /* Do not reset FW state if DSP is in D0 */ in sof_suspend()
300 /* Notify DSP of upcoming power down */ in snd_sof_dsp_power_down_notify()