Home
last modified time | relevance | path

Searched refs:late_probe (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/sound/soc/samsung/
Dbells.c375 .late_probe = bells_late_probe,
395 .late_probe = bells_late_probe,
415 .late_probe = bells_late_probe,
Dsnow.c63 .late_probe = snow_late_probe,
Dodroidx2_max98090.c70 .late_probe = odroidx2_late_probe,
Dtobermory.c211 .late_probe = tobermory_late_probe,
Dlittlemill.c297 .late_probe = littlemill_late_probe,
Dspeyside.c316 .late_probe = speyside_late_probe,
/linux-4.4.14/sound/soc/fsl/
Dimx-wm8962.c265 data->card.late_probe = imx_wm8962_late_probe; in imx_wm8962_probe()
Dfsl-asoc-card.c578 priv->card.late_probe = fsl_asoc_card_late_probe; in fsl_asoc_card_probe()
/linux-4.4.14/sound/soc/
Dsoc-core.c1695 if (card->late_probe) { in snd_soc_instantiate_card()
1696 ret = card->late_probe(card); in snd_soc_instantiate_card()
/linux-4.4.14/include/sound/
Dsoc.h1086 int (*late_probe)(struct snd_soc_card *card); member