Searched refs:target_dsp_state (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/sound/soc/sof/ |
D | pm.c | 23 u32 target_dsp_state; in snd_sof_dsp_power_target() local 31 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target() 41 target_dsp_state = SOF_DSP_PM_D0; in snd_sof_dsp_power_target() 43 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target() 47 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target() 51 return target_dsp_state; in snd_sof_dsp_power_target()
|
/linux-6.1.9/sound/soc/sof/imx/ |
D | imx8m.c | 358 const struct sof_dsp_power_state target_dsp_state = { in imx8m_dsp_runtime_resume() local 366 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8m_dsp_runtime_resume() 371 const struct sof_dsp_power_state target_dsp_state = { in imx8m_dsp_runtime_suspend() local 377 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8m_dsp_runtime_suspend() 383 const struct sof_dsp_power_state target_dsp_state = { in imx8m_dsp_resume() local 399 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8m_dsp_resume() 404 const struct sof_dsp_power_state target_dsp_state = { in imx8m_dsp_suspend() local 411 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8m_dsp_suspend()
|
D | imx8ulp.c | 328 const struct sof_dsp_power_state target_dsp_state = { in imx8ulp_dsp_runtime_resume() local 335 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8ulp_dsp_runtime_resume() 340 const struct sof_dsp_power_state target_dsp_state = { in imx8ulp_dsp_runtime_suspend() local 347 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8ulp_dsp_runtime_suspend() 352 const struct sof_dsp_power_state target_dsp_state = { in imx8ulp_dsp_suspend() local 360 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8ulp_dsp_suspend() 365 const struct sof_dsp_power_state target_dsp_state = { in imx8ulp_dsp_resume() local 380 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8ulp_dsp_resume()
|
D | imx8.c | 400 const struct sof_dsp_power_state target_dsp_state = { in imx8_dsp_runtime_resume() local 408 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8_dsp_runtime_resume() 413 const struct sof_dsp_power_state target_dsp_state = { in imx8_dsp_runtime_suspend() local 419 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8_dsp_runtime_suspend() 424 const struct sof_dsp_power_state target_dsp_state = { in imx8_dsp_suspend() local 431 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8_dsp_suspend() 437 const struct sof_dsp_power_state target_dsp_state = { in imx8_dsp_resume() local 453 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8_dsp_resume()
|
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda-dsp.c | 848 const struct sof_dsp_power_state target_dsp_state = { in hda_dsp_suspend() local 860 ret = snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend() 863 target_dsp_state.state, in hda_dsp_suspend() 864 target_dsp_state.substate); in hda_dsp_suspend() 903 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend()
|