Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/
Dsoc-card.c127 if (card->suspend_post) in snd_soc_card_suspend_post()
128 ret = card->suspend_post(card); in snd_soc_card_suspend_post()
/Linux-v6.6/Documentation/sound/soc/
Dmachine.rst27 int (*suspend_post)(struct platform_device *pdev, pm_message_t state);
/Linux-v6.6/include/sound/
Dsoc.h956 int (*suspend_post)(struct snd_soc_card *card); member