Home
last modified time | relevance | path

Searched refs:probed (Results 1 – 3 of 3) sorted by relevance

/sound/soc/
Dsoc-card.c170 card->probed = 1; in snd_soc_card_probe()
195 card->probed = 1; in snd_soc_card_late_probe()
210 if (card->probed && in snd_soc_card_remove()
214 card->probed = 0; in snd_soc_card_remove()
Dsoc-dai.c554 dai->probed = 1; in snd_soc_pcm_dai_probe()
569 if (dai->probed && in snd_soc_pcm_dai_remove()
576 dai->probed = 0; in snd_soc_pcm_dai_remove()
Dsoc-core.c1324 int probed) in soc_remove_component() argument
1330 if (probed) in soc_remove_component()
1346 int probed = 0; in soc_probe_component() local
1400 probed = 1; in soc_probe_component()
1438 soc_remove_component(component, probed); in soc_probe_component()