Searched refs:of_id (Results 1 – 7 of 7) sorted by relevance
97 const struct of_device_id *of_id; in odroidx2_audio_probe() local100 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()
318 const struct of_device_id *of_id = in imx_audmux_probe() local333 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()
1287 const struct of_device_id *of_id; in fsl_ssi_probe() local1301 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()
582 const struct of_device_id *of_id; in ak4642_i2c_probe() local584 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()
438 const struct of_device_id *of_id = of_match_device(cs42xx8_of_match, dev); in cs42xx8_probe() local448 if (of_id) in cs42xx8_probe()449 cs42xx8->drvdata = of_id->data; in cs42xx8_probe()
988 const struct of_device_id *of_id = of_match_device(rsnd_of_match, dev); in rsnd_probe() local1004 if (of_id) { in rsnd_probe()1007 of_data = of_id->data; in rsnd_probe()
1907 const struct of_device_id *of_id; in fsi_probe() local1909 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()