Home
last modified time | relevance | path

Searched refs:snd_sof_suspend (Results 1 – 6 of 6) sorted by relevance

/sound/soc/sof/
Dpm.c299 int snd_sof_suspend(struct device *dev) in snd_sof_suspend() function
303 EXPORT_SYMBOL(snd_sof_suspend);
Dsof-acpi-dev.c40 SET_SYSTEM_SLEEP_PM_OPS(snd_sof_suspend, snd_sof_resume)
Dsof-of-dev.c51 SET_SYSTEM_SLEEP_PM_OPS(snd_sof_suspend, snd_sof_resume)
Dsof-pci-dev.c117 SET_SYSTEM_SLEEP_PM_OPS(snd_sof_suspend, snd_sof_resume)
Dsof-priv.h474 int snd_sof_suspend(struct device *dev);
/sound/soc/sof/intel/
Dhda-dsp.c896 return snd_sof_suspend(sdev->dev); in hda_dsp_shutdown()