Searched refs:soc_probe (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/soc/mediatek/common/ |
| H A D | mtk-soundcard-driver.c | 224 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 D | mtk-soundcard-driver.h | 42 int (*soc_probe)(struct mtk_soc_card_data *card_data, bool legacy); member
|
| /linux/sound/soc/mediatek/mt8189/ |
| H A D | mt8189-nau8825.c | 1109 .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 D | mt8186-mt6366.c | 1301 .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 D | mt8188-mt6359.c | 1418 .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 D | mt8195-mt6359.c | 1503 .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 D | mt8192-mt6359-rt1015-rt5682.c | 1173 .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 D | mt8365-mt6357.c | 322 .soc_probe = mt8365_mt6357_dev_probe
|
| /linux/sound/soc/ |
| H A D | soc-core.c | 2365 static int soc_probe(struct platform_device *pdev) in soc_probe() function 2426 .probe = soc_probe,
|