Home
last modified time | relevance | path

Searched refs:suspend_pre (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-card.c87 if (card->suspend_pre) in snd_soc_card_suspend_pre()
88 ret = card->suspend_pre(card); in snd_soc_card_suspend_pre()
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Dmachine.rst26 int (*suspend_pre)(struct platform_device *pdev, pm_message_t state);
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dbroadwell.c288 .suspend_pre = broadwell_suspend,
H A Dbdw-rt5677.c413 .suspend_pre = bdw_rt5677_suspend_pre,
H A Dcht_bsw_rt5672.c407 .suspend_pre = cht_suspend_pre,
H A Dbytcht_es8316.c431 .suspend_pre = byt_cht_es8316_suspend,
H A Dbytcr_rt5651.c863 .suspend_pre = byt_rt5651_suspend,
H A Dbytcr_rt5640.c1282 .suspend_pre = byt_rt5640_suspend,
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h1014 int (*suspend_pre)(struct snd_soc_card *card); member