Searched refs:suspend_post (Results 1 – 4 of 4) sorted by relevance
226 .suspend_post = &zylonite_suspend_post,
27 int (*suspend_post)(struct platform_device *pdev, pm_message_t state);
565 if (card->suspend_post) in snd_soc_suspend()566 card->suspend_post(card); in snd_soc_suspend()
1007 int (*suspend_post)(struct snd_soc_card *card); member