Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/intel/boards/
Dbroadwell.c267 .resume_post = broadwell_resume,
Dbdw-rt5677.c336 .resume_post = bdw_rt5677_resume_post,
Dcht_bsw_rt5672.c395 .resume_post = cht_resume_post,
Dbytcht_es8316.c428 .resume_post = byt_cht_es8316_resume,
Dbytcr_rt5651.c851 .resume_post = byt_rt5651_resume,
Dbytcr_rt5640.c1133 .resume_post = byt_rt5640_resume,
/Linux-v5.4/Documentation/sound/soc/
Dmachine.rst29 int (*resume_post)(struct platform_device *pdev);
/Linux-v5.4/sound/soc/
Dsoc-core.c652 if (card->resume_post) in soc_resume_deferred()
653 card->resume_post(card); in soc_resume_deferred()
/Linux-v5.4/include/sound/
Dsoc.h1009 int (*resume_post)(struct snd_soc_card *card); member