/sound/soc/tegra/ |
D | tegra30_i2s.c | 380 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()
|
D | tegra30_ahub.c | 520 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/ |
D | ac97_bus.c | 54 .match = ac97_bus_match,
|
/sound/soc/omap/ |
D | omap-mcbsp.c | 774 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/ |
D | init.c | 66 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/ |
D | davinci-evm.c | 368 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()
|
D | davinci-mcasp.c | 1088 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/ |
D | adlib.c | 106 .match = snd_adlib_match,
|
D | sc6000.c | 704 .match = snd_sc6000_match,
|
/sound/soc/codecs/ |
D | tlv320aic31xx.c | 686 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()
|
D | sirf-audio-codec.c | 461 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/ |
D | ad1848.c | 162 .match = snd_ad1848_match,
|
/sound/isa/cs423x/ |
D | cs4231.c | 178 .match = snd_cs4231_match,
|
D | cs4236.c | 540 .match = snd_cs423x_isa_match,
|
/sound/isa/sb/ |
D | sb8.c | 242 .match = snd_sb8_match,
|
D | jazz16.c | 378 .match = snd_jazz16_match,
|
D | sb16.c | 592 .match = snd_sb16_isa_match,
|
/sound/isa/gus/ |
D | gusclassic.c | 220 .match = snd_gusclassic_match,
|
D | gusextreme.c | 349 .match = snd_gusextreme_match,
|
D | gusmax.c | 364 .match = snd_gusmax_match,
|
/sound/soc/samsung/ |
D | i2s.c | 1107 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/ |
D | es1688.c | 218 .match = snd_es1688_match,
|
/sound/aoa/soundbus/i2sbus/ |
D | core.c | 333 static int i2sbus_probe(struct macio_dev* dev, const struct of_device_id *match) in i2sbus_probe() argument
|
/sound/isa/galaxy/ |
D | galaxy.c | 628 .match = snd_galaxy_match,
|
/sound/isa/wavefront/ |
D | wavefront.c | 590 .match = snd_wavefront_isa_match,
|