Home
last modified time | relevance | path

Searched refs:resume_pre (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/soc/pxa/
Draumfeld.c248 .resume_pre = raumfeld_analog_resume,
257 .resume_pre = raumfeld_analog_resume,
Dzylonite.c236 .resume_pre = &zylonite_resume_pre,
/linux-4.1.27/Documentation/sound/alsa/soc/
Dmachine.txt26 int (*resume_pre)(struct platform_device *pdev);
/linux-4.1.27/include/sound/
Dsoc.h1057 int (*resume_pre)(struct snd_soc_card *card); member
/linux-4.1.27/sound/soc/
Dsoc-core.c738 if (card->resume_pre) in soc_resume_deferred()
739 card->resume_pre(card); in soc_resume_deferred()