Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-card.c117 if (card->resume_post) in snd_soc_card_resume_post()
118 ret = card->resume_post(card); in snd_soc_card_resume_post()
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Dmachine.rst29 int (*resume_post)(struct platform_device *pdev);
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dbroadwell.c289 .resume_post = broadwell_resume,
H A Dbdw-rt5677.c414 .resume_post = bdw_rt5677_resume_post,
H A Dcht_bsw_rt5672.c408 .resume_post = cht_resume_post,
H A Dbytcht_es8316.c432 .resume_post = byt_cht_es8316_resume,
H A Dbytcr_rt5651.c864 .resume_post = byt_rt5651_resume,
H A Dbytcr_rt5640.c1283 .resume_post = byt_rt5640_resume,
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h1017 int (*resume_post)(struct snd_soc_card *card); member