Searched refs:target_dsp_state (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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.12.1/sound/soc/sof/imx/ |
D | imx8m.c | 357 const struct sof_dsp_power_state target_dsp_state = { in imx8m_dsp_runtime_resume() local 365 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8m_dsp_runtime_resume() 370 const struct sof_dsp_power_state target_dsp_state = { in imx8m_dsp_runtime_suspend() local 376 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8m_dsp_runtime_suspend() 382 const struct sof_dsp_power_state target_dsp_state = { in imx8m_dsp_resume() local 398 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8m_dsp_resume() 403 const struct sof_dsp_power_state target_dsp_state = { in imx8m_dsp_suspend() local 410 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8m_dsp_suspend()
|
D | imx8ulp.c | 322 const struct sof_dsp_power_state target_dsp_state = { in imx8ulp_dsp_runtime_resume() local 329 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8ulp_dsp_runtime_resume() 334 const struct sof_dsp_power_state target_dsp_state = { in imx8ulp_dsp_runtime_suspend() local 341 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8ulp_dsp_runtime_suspend() 346 const struct sof_dsp_power_state target_dsp_state = { in imx8ulp_dsp_suspend() local 354 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8ulp_dsp_suspend() 359 const struct sof_dsp_power_state target_dsp_state = { in imx8ulp_dsp_resume() local 374 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8ulp_dsp_resume()
|
D | imx8.c | 391 const struct sof_dsp_power_state target_dsp_state = { in imx8_dsp_runtime_resume() local 399 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8_dsp_runtime_resume() 404 const struct sof_dsp_power_state target_dsp_state = { in imx8_dsp_runtime_suspend() local 410 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8_dsp_runtime_suspend() 415 const struct sof_dsp_power_state target_dsp_state = { in imx8_dsp_suspend() local 422 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8_dsp_suspend() 428 const struct sof_dsp_power_state target_dsp_state = { in imx8_dsp_resume() local 444 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in imx8_dsp_resume()
|
/linux-6.12.1/sound/soc/sof/intel/ |
D | hda-dsp.c | 1015 const struct sof_dsp_power_state target_dsp_state = { in hda_dsp_suspend() local 1029 ret = snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend() 1032 target_dsp_state.state, in hda_dsp_suspend() 1033 target_dsp_state.substate); in hda_dsp_suspend() 1067 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend()
|