sst_drv           502 sound/soc/intel/atom/sst/sst.h int sst_pm_runtime_put(struct intel_sst_drv *sst_drv);
sst_drv           292 sound/soc/intel/atom/sst/sst_pvt.c int sst_pm_runtime_put(struct intel_sst_drv *sst_drv)
sst_drv           296 sound/soc/intel/atom/sst/sst_pvt.c 	pm_runtime_mark_last_busy(sst_drv->dev);
sst_drv           297 sound/soc/intel/atom/sst/sst_pvt.c 	ret = pm_runtime_put_autosuspend(sst_drv->dev);