Home
last modified time | relevance | path

Searched refs:resume_post (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/soc/intel/boards/
Dbroadwell.c262 .resume_post = broadwell_resume,
Dcht_bsw_rt5672.c335 .resume_post = cht_resume_post,
/linux-4.1.27/Documentation/sound/alsa/soc/
Dmachine.txt27 int (*resume_post)(struct platform_device *pdev);
/linux-4.1.27/include/sound/
Dsoc.h1058 int (*resume_post)(struct snd_soc_card *card); member
/linux-4.1.27/sound/soc/
Dsoc-core.c812 if (card->resume_post) in soc_resume_deferred()
813 card->resume_post(card); in soc_resume_deferred()