Searched refs:resume_pre (Results 1 – 4 of 4) sorted by relevance
227 .resume_pre = &zylonite_resume_pre,
28 int (*resume_pre)(struct platform_device *pdev);
595 if (card->resume_pre) in soc_resume_deferred()596 card->resume_pre(card); in soc_resume_deferred()
1008 int (*resume_pre)(struct snd_soc_card *card); member