Home
last modified time | relevance | path

Searched refs:suspend_post (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-card.c97 if (card->suspend_post) in snd_soc_card_suspend_post()
98 ret = card->suspend_post(card); in snd_soc_card_suspend_post()
/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A Dzylonite.c226 .suspend_post = &zylonite_suspend_post,
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Dmachine.rst27 int (*suspend_post)(struct platform_device *pdev, pm_message_t state);
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h1015 int (*suspend_post)(struct snd_soc_card *card); member