Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/
H A Dsoc-card.c147 if (card->suspend_post) in snd_soc_card_suspend_post()
148 ret = card->suspend_post(card); in snd_soc_card_suspend_post()
/openbmc/linux/Documentation/sound/soc/
H A Dmachine.rst27 int (*suspend_post)(struct platform_device *pdev, pm_message_t state);
/openbmc/linux/include/sound/
H A Dsoc.h975 int (*suspend_post)(struct snd_soc_card *card); member