resume_post      1009 include/sound/soc.h 	int (*resume_post)(struct snd_soc_card *card);
resume_post       336 sound/soc/intel/boards/bdw-rt5677.c 	.resume_post = bdw_rt5677_resume_post,
resume_post       267 sound/soc/intel/boards/broadwell.c 	.resume_post = broadwell_resume,
resume_post       428 sound/soc/intel/boards/bytcht_es8316.c 	.resume_post = byt_cht_es8316_resume,
resume_post      1150 sound/soc/intel/boards/bytcr_rt5640.c 	.resume_post = byt_rt5640_resume,
resume_post       851 sound/soc/intel/boards/bytcr_rt5651.c 	.resume_post = byt_rt5651_resume,
resume_post       395 sound/soc/intel/boards/cht_bsw_rt5672.c 	.resume_post = cht_resume_post,
resume_post       652 sound/soc/soc-core.c 	if (card->resume_post)
resume_post       653 sound/soc/soc-core.c 		card->resume_post(card);