Home
last modified time | relevance | path

Searched refs:soc_probe (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/sound/soc/mediatek/common/
H A Dmtk-soundcard-driver.c233 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()
H A Dmtk-soundcard-driver.h42 int (*soc_probe)(struct mtk_soc_card_data *card_data, bool legacy); member
/linux-6.15/sound/soc/mediatek/mt8186/
H A Dmt8186-mt6366.c1300 .soc_probe = mt8186_mt6366_soc_card_probe
1311 .soc_probe = mt8186_mt6366_soc_card_probe
1322 .soc_probe = mt8186_mt6366_soc_card_probe
1333 .soc_probe = mt8186_mt6366_soc_card_probe
/linux-6.15/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c1415 .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,
/linux-6.15/sound/soc/mediatek/mt8192/
H A Dmt8192-mt6359-rt1015-rt5682.c1173 .soc_probe = mt8192_mt6359_soc_card_probe
1184 .soc_probe = mt8192_mt6359_soc_card_probe
1195 .soc_probe = mt8192_mt6359_soc_card_probe
/linux-6.15/sound/soc/mediatek/mt8365/
H A Dmt8365-mt6357.c322 .soc_probe = mt8365_mt6357_dev_probe
/linux-6.15/sound/soc/mediatek/mt8195/
H A Dmt8195-mt6359.c1489 .soc_probe = mt8195_mt6359_soc_card_probe
1502 .soc_probe = mt8195_mt6359_soc_card_probe
1515 .soc_probe = mt8195_mt6359_soc_card_probe
/linux-6.15/sound/soc/
H A Dsoc-core.c2315 static int soc_probe(struct platform_device *pdev) in soc_probe() function
2376 .probe = soc_probe,