Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/pxa/
Draumfeld.c246 .resume_pre = raumfeld_analog_resume,
255 .resume_pre = raumfeld_analog_resume,
Dzylonite.c226 .resume_pre = &zylonite_resume_pre,
/Linux-v4.19/Documentation/sound/soc/
Dmachine.rst28 int (*resume_pre)(struct platform_device *pdev);
/Linux-v4.19/sound/soc/
Dsoc-core.c590 if (card->resume_pre) in soc_resume_deferred()
591 card->resume_pre(card); in soc_resume_deferred()
/Linux-v4.19/include/sound/
Dsoc.h1035 int (*resume_pre)(struct snd_soc_card *card); member