Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 34) sorted by relevance

12

/sound/soc/tegra/
Dtegra30_i2s.c380 const struct of_device_id *match; in tegra30_i2s_platform_probe() local
394 match = of_match_device(tegra30_i2s_of_match, &pdev->dev); in tegra30_i2s_platform_probe()
395 if (!match) { in tegra30_i2s_platform_probe()
400 i2s->soc_data = (struct tegra30_i2s_soc_data *)match->data; in tegra30_i2s_platform_probe()
Dtegra30_ahub.c520 const struct of_device_id *match; in tegra30_ahub_probe() local
531 match = of_match_device(tegra30_ahub_of_match, &pdev->dev); in tegra30_ahub_probe()
532 if (!match) in tegra30_ahub_probe()
534 soc_data = match->data; in tegra30_ahub_probe()
/sound/
Dac97_bus.c54 .match = ac97_bus_match,
/sound/soc/omap/
Domap-mcbsp.c774 const struct of_device_id *match; in asoc_mcbsp_probe() local
777 match = of_match_device(omap_mcbsp_of_match, &pdev->dev); in asoc_mcbsp_probe()
778 if (match) { in asoc_mcbsp_probe()
788 memcpy(pdata, match->data, sizeof(*pdata)); in asoc_mcbsp_probe()
/sound/core/
Dinit.c66 int match = 1; in module_slot_match() local
76 match = 0; /* negative match */ in module_slot_match()
90 return !match; in module_slot_match()
95 return match; in module_slot_match()
/sound/soc/davinci/
Ddavinci-evm.c368 const struct of_device_id *match = in davinci_evm_probe() local
370 struct snd_soc_dai_link *dai = (struct snd_soc_dai_link *) match->data; in davinci_evm_probe()
Ddavinci-mcasp.c1088 const struct of_device_id *match = in davinci_mcasp_set_pdata_from_of() local
1099 } else if (match) { in davinci_mcasp_set_pdata_from_of()
1100 pdata = (struct davinci_mcasp_pdata*) match->data; in davinci_mcasp_set_pdata_from_of()
/sound/isa/
Dadlib.c106 .match = snd_adlib_match,
Dsc6000.c704 .match = snd_sc6000_match,
/sound/soc/codecs/
Dtlv320aic31xx.c686 int match = -1; in aic31xx_setup_pll() local
703 match = i; in aic31xx_setup_pll()
710 if (match == -1) { in aic31xx_setup_pll()
727 i = match; in aic31xx_setup_pll()
Dsirf-audio-codec.c461 const struct of_device_id *match; in sirf_audio_codec_driver_probe() local
463 match = of_match_node(sirf_audio_codec_of_match, pdev->dev.of_node); in sirf_audio_codec_driver_probe()
/sound/isa/ad1848/
Dad1848.c162 .match = snd_ad1848_match,
/sound/isa/cs423x/
Dcs4231.c178 .match = snd_cs4231_match,
Dcs4236.c540 .match = snd_cs423x_isa_match,
/sound/isa/sb/
Dsb8.c242 .match = snd_sb8_match,
Djazz16.c378 .match = snd_jazz16_match,
Dsb16.c592 .match = snd_sb16_isa_match,
/sound/isa/gus/
Dgusclassic.c220 .match = snd_gusclassic_match,
Dgusextreme.c349 .match = snd_gusextreme_match,
Dgusmax.c364 .match = snd_gusmax_match,
/sound/soc/samsung/
Di2s.c1107 const struct of_device_id *match; in samsung_i2s_get_driver_data() local
1108 match = of_match_node(exynos_i2s_match, pdev->dev.of_node); in samsung_i2s_get_driver_data()
1109 return match->data; in samsung_i2s_get_driver_data()
/sound/isa/es1688/
Des1688.c218 .match = snd_es1688_match,
/sound/aoa/soundbus/i2sbus/
Dcore.c333 static int i2sbus_probe(struct macio_dev* dev, const struct of_device_id *match) in i2sbus_probe() argument
/sound/isa/galaxy/
Dgalaxy.c628 .match = snd_galaxy_match,
/sound/isa/wavefront/
Dwavefront.c590 .match = snd_wavefront_isa_match,

12