Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/samsung/
Dbells.c395 .late_probe = bells_late_probe,
415 .late_probe = bells_late_probe,
435 .late_probe = bells_late_probe,
Dtobermory.c224 .late_probe = tobermory_late_probe,
Dsnow.c129 .late_probe = snow_late_probe,
Dspeyside.c322 .late_probe = speyside_late_probe,
Dlittlemill.c317 .late_probe = littlemill_late_probe,
Dtm2_wm5110.c481 .late_probe = tm2_late_probe,
/Linux-v4.19/sound/soc/intel/boards/
Dbxt_rt298.c556 .late_probe = bxt_card_late_probe,
571 .late_probe = bxt_card_late_probe,
Dkbl_rt5663_max98927.c951 .late_probe = kabylake_card_late_probe,
967 .late_probe = kabylake_card_late_probe,
Dskl_rt286.c523 .late_probe = skylake_card_late_probe,
Dbxt_da7219_max98357a.c581 .late_probe = bxt_card_late_probe,
Dglk_rt5682_max98357a.c599 .late_probe = glk_card_late_probe,
Dkbl_da7219_max98357a.c570 .late_probe = kabylake_card_late_probe,
Dskl_nau88l25_max98357a.c638 .late_probe = skylake_card_late_probe,
Dskl_nau88l25_ssm4567.c691 .late_probe = skylake_card_late_probe,
Dkbl_rt5663_rt5514_max98927.c646 .late_probe = kabylake_card_late_probe,
/Linux-v4.19/sound/soc/fsl/
Dfsl-asoc-card.c600 priv->card.late_probe = fsl_asoc_card_late_probe; in fsl_asoc_card_probe()
/Linux-v4.19/sound/soc/
Dsoc-core.c2110 if (card->late_probe) { in snd_soc_instantiate_card()
2111 ret = card->late_probe(card); in snd_soc_instantiate_card()
/Linux-v4.19/include/sound/
Dsoc.h1028 int (*late_probe)(struct snd_soc_card *card); member