Home
last modified time | relevance | path

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

/linux/sound/soc/mediatek/common/
H A Dmtk-soundcard-driver.c224 if (!pdata->soc_probe) in mtk_soundcard_common_probe()
322 if (pdata->soc_probe) { in mtk_soundcard_common_probe()
323 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/sound/soc/mediatek/mt8189/
H A Dmt8189-nau8825.c1109 .soc_probe = mt8189_nau8825_soc_card_probe,
1120 .soc_probe = mt8189_nau8825_soc_card_probe,
1131 .soc_probe = mt8189_nau8825_soc_card_probe,
1142 .soc_probe = mt8189_nau8825_soc_card_probe,
1153 .soc_probe = mt8189_nau8825_soc_card_probe,
/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-mt6366.c1301 .soc_probe = mt8186_mt6366_soc_card_probe
1312 .soc_probe = mt8186_mt6366_soc_card_probe
1323 .soc_probe = mt8186_mt6366_soc_card_probe
1334 .soc_probe = mt8186_mt6366_soc_card_probe
/linux/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c1418 .soc_probe = mt8188_mt6359_soc_card_probe,
1429 .soc_probe = mt8188_mt6359_soc_card_probe,
1440 .soc_probe = mt8188_mt6359_soc_card_probe,
1451 .soc_probe = mt8188_mt6359_soc_card_probe,
/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-mt6359.c1503 .soc_probe = mt8195_mt6359_soc_card_probe
1516 .soc_probe = mt8195_mt6359_soc_card_probe
1529 .soc_probe = mt8195_mt6359_soc_card_probe
1541 .soc_probe = mt8195_mt6359_soc_card_probe
/linux/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/sound/soc/mediatek/mt8365/
H A Dmt8365-mt6357.c322 .soc_probe = mt8365_mt6357_dev_probe
/linux/sound/soc/
H A Dsoc-core.c2365 static int soc_probe(struct platform_device *pdev) in soc_probe() function
2426 .probe = soc_probe,