Searched refs:target_dsp_state (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | pm.c | 23 u32 target_dsp_state; in snd_sof_dsp_power_target() local 28 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target() 38 target_dsp_state = SOF_DSP_PM_D0; in snd_sof_dsp_power_target() 40 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target() 44 target_dsp_state = SOF_DSP_PM_D3; in snd_sof_dsp_power_target() 48 return target_dsp_state; in snd_sof_dsp_power_target()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/soc/sof/imx/ |
H A 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()
|
H A 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()
|
H A 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()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-dsp.c | 833 const struct sof_dsp_power_state target_dsp_state = { in hda_dsp_suspend() local 848 ret = snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend() 851 target_dsp_state.state, in hda_dsp_suspend() 852 target_dsp_state.substate); in hda_dsp_suspend() 891 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend()
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-dsp.c | 893 const struct sof_dsp_power_state target_dsp_state = { in hda_dsp_suspend() local 907 ret = snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend() 910 target_dsp_state.state, in hda_dsp_suspend() 911 target_dsp_state.substate); in hda_dsp_suspend() 945 return snd_sof_dsp_set_power_state(sdev, &target_dsp_state); in hda_dsp_suspend()
|
Completed in 6 milliseconds