Home
last modified time | relevance | path

Searched refs:late_probe (Results 1 - 25 of 70) sorted by relevance

123

/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-card.c132 * It has "card->probe" and "card->late_probe" callbacks. in snd_soc_card_probe()
134 * about "late_probe". in snd_soc_card_probe()
148 if (card->late_probe) { in snd_soc_card_late_probe()
149 int ret = card->late_probe(card); in snd_soc_card_late_probe()
156 * It has "card->probe" and "card->late_probe" callbacks, in snd_soc_card_late_probe()
157 * and "late_probe" callback is called after "probe". in snd_soc_card_late_probe()
158 * This means, we can set "card->probed" flag afer "late_probe" in snd_soc_card_late_probe()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-card.c182 * It has "card->probe" and "card->late_probe" callbacks. in snd_soc_card_probe()
184 * about "late_probe". in snd_soc_card_probe()
198 if (card->late_probe) { in snd_soc_card_late_probe()
199 int ret = card->late_probe(card); in snd_soc_card_late_probe()
206 * It has "card->probe" and "card->late_probe" callbacks, in snd_soc_card_late_probe()
207 * and "late_probe" callback is called after "probe". in snd_soc_card_late_probe()
208 * This means, we can set "card->probed" flag afer "late_probe" in snd_soc_card_late_probe()
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dsof_sdw_max98373.c107 info->late_probe = true; in sof_sdw_mx8373_init()
H A Dsof_da7219_max98373.c377 .late_probe = card_late_probe,
392 .late_probe = card_late_probe,
H A Dsof_sdw_common.h64 bool late_probe; member
H A Dkbl_da7219_max98927.c1019 .late_probe = kabylake_card_late_probe,
1037 .late_probe = kabylake_card_late_probe,
1054 .late_probe = kabylake_card_late_probe,
1071 .late_probe = kabylake_card_late_probe,
H A Dbxt_rt298.c578 .late_probe = bxt_card_late_probe,
594 .late_probe = bxt_card_late_probe,
H A Dehl_rt5660.c250 .late_probe = card_late_probe,
H A Dskl_hda_dsp_generic.c106 .late_probe = skl_hda_card_late_probe,
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Dbells.c411 .late_probe = bells_late_probe,
431 .late_probe = bells_late_probe,
451 .late_probe = bells_late_probe,
H A Dtobermory.c221 .late_probe = tobermory_late_probe,
H A Dlittlemill.c317 .late_probe = littlemill_late_probe,
H A Dspeyside.c322 .late_probe = speyside_late_probe,
H A Dsnow.c125 .late_probe = snow_late_probe,
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Dbells.c418 .late_probe = bells_late_probe,
438 .late_probe = bells_late_probe,
458 .late_probe = bells_late_probe,
H A Dtobermory.c221 .late_probe = tobermory_late_probe,
H A Dspeyside.c325 .late_probe = speyside_late_probe,
H A Dsnow.c122 .late_probe = snow_late_probe,
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dkbl_da7219_max98927.c1039 .late_probe = kabylake_card_late_probe,
1057 .late_probe = kabylake_card_late_probe,
1074 .late_probe = kabylake_card_late_probe,
1091 .late_probe = kabylake_card_late_probe,
H A Dbxt_rt298.c577 .late_probe = bxt_card_late_probe,
593 .late_probe = bxt_card_late_probe,
H A Dsof_da7219_max98373.c400 .late_probe = card_late_probe,
415 .late_probe = card_late_probe,
H A Dehl_rt5660.c249 .late_probe = card_late_probe,
H A Dskl_hda_dsp_generic.c103 .late_probe = skl_hda_card_late_probe,
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dimx-rpmsg.c144 data->card.late_probe = imx_rpmsg_late_probe; in imx_rpmsg_probe()
/kernel/linux/linux-6.6/sound/soc/amd/
H A Dacp-es8336.c234 .late_probe = st_es8336_late_probe,

Completed in 13 milliseconds

123