Home
last modified time | relevance | path

Searched refs:of_id (Results 1 – 7 of 7) sorted by relevance

/sound/soc/samsung/
Dodroidx2_max98090.c97 const struct of_device_id *of_id; in odroidx2_audio_probe() local
100 of_id = of_match_node(odroidx2_audio_of_match, snd_node); in odroidx2_audio_probe()
101 dd = (struct odroidx2_drv_data *)of_id->data; in odroidx2_audio_probe()
/sound/soc/fsl/
Dimx-audmux.c318 const struct of_device_id *of_id = in imx_audmux_probe() local
333 if (of_id) in imx_audmux_probe()
334 pdev->id_entry = of_id->data; in imx_audmux_probe()
339 if (of_id) in imx_audmux_probe()
Dfsl_ssi.c1287 const struct of_device_id *of_id; in fsl_ssi_probe() local
1301 of_id = of_match_device(fsl_ssi_ids, &pdev->dev); in fsl_ssi_probe()
1302 if (!of_id || !of_id->data) in fsl_ssi_probe()
1312 ssi_private->soc = of_id->data; in fsl_ssi_probe()
/sound/soc/codecs/
Dak4642.c582 const struct of_device_id *of_id; in ak4642_i2c_probe() local
584 of_id = of_match_device(ak4642_of_match, &i2c->dev); in ak4642_i2c_probe()
585 if (of_id) in ak4642_i2c_probe()
586 drvdata = of_id->data; in ak4642_i2c_probe()
Dcs42xx8.c438 const struct of_device_id *of_id = of_match_device(cs42xx8_of_match, dev); in cs42xx8_probe() local
448 if (of_id) in cs42xx8_probe()
449 cs42xx8->drvdata = of_id->data; in cs42xx8_probe()
/sound/soc/sh/rcar/
Dcore.c988 const struct of_device_id *of_id = of_match_device(rsnd_of_match, dev); in rsnd_probe() local
1004 if (of_id) { in rsnd_probe()
1007 of_data = of_id->data; in rsnd_probe()
/sound/soc/sh/
Dfsi.c1907 const struct of_device_id *of_id; in fsi_probe() local
1909 of_id = of_match_device(fsi_of_match, &pdev->dev); in fsi_probe()
1910 if (of_id) { in fsi_probe()
1911 core = of_id->data; in fsi_probe()