Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/pxa/
Dzylonite.c226 .suspend_post = &zylonite_suspend_post,
/Linux-v5.4/Documentation/sound/soc/
Dmachine.rst27 int (*suspend_post)(struct platform_device *pdev, pm_message_t state);
/Linux-v5.4/sound/soc/
Dsoc-core.c565 if (card->suspend_post) in snd_soc_suspend()
566 card->suspend_post(card); in snd_soc_suspend()
/Linux-v5.4/include/sound/
Dsoc.h1007 int (*suspend_post)(struct snd_soc_card *card); member