Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/Documentation/sound/alsa/soc/
Dmachine.txt26 int (*resume_pre)(struct platform_device *pdev);
/linux-4.4.14/sound/soc/
Dsoc-core.c732 if (card->resume_pre) in soc_resume_deferred()
733 card->resume_pre(card); in soc_resume_deferred()
/linux-4.4.14/include/sound/
Dsoc.h1093 int (*resume_pre)(struct snd_soc_card *card); member