Searched refs:soc_probe (Results 1 – 8 of 8) sorted by relevance
233 if (!pdata->soc_probe) in mtk_soundcard_common_probe()327 if (pdata->soc_probe) { in mtk_soundcard_common_probe()328 ret = pdata->soc_probe(soc_card_data, needs_legacy_probe); in mtk_soundcard_common_probe()
42 int (*soc_probe)(struct mtk_soc_card_data *card_data, bool legacy); member
1300 .soc_probe = mt8186_mt6366_soc_card_probe1311 .soc_probe = mt8186_mt6366_soc_card_probe1322 .soc_probe = mt8186_mt6366_soc_card_probe1333 .soc_probe = mt8186_mt6366_soc_card_probe
1415 .soc_probe = mt8188_mt6359_soc_card_probe,1426 .soc_probe = mt8188_mt6359_soc_card_probe,1437 .soc_probe = mt8188_mt6359_soc_card_probe,1448 .soc_probe = mt8188_mt6359_soc_card_probe,
1173 .soc_probe = mt8192_mt6359_soc_card_probe1184 .soc_probe = mt8192_mt6359_soc_card_probe1195 .soc_probe = mt8192_mt6359_soc_card_probe
322 .soc_probe = mt8365_mt6357_dev_probe
1489 .soc_probe = mt8195_mt6359_soc_card_probe1502 .soc_probe = mt8195_mt6359_soc_card_probe1515 .soc_probe = mt8195_mt6359_soc_card_probe
2315 static int soc_probe(struct platform_device *pdev) in soc_probe() function2376 .probe = soc_probe,