imx_phycore_snd_ac97_device   44 sound/soc/fsl/phycore-ac97.c static struct platform_device *imx_phycore_snd_ac97_device;
imx_phycore_snd_ac97_device   78 sound/soc/fsl/phycore-ac97.c 	imx_phycore_snd_ac97_device = platform_device_alloc("soc-audio", -1);
imx_phycore_snd_ac97_device   79 sound/soc/fsl/phycore-ac97.c 	if (!imx_phycore_snd_ac97_device)
imx_phycore_snd_ac97_device   82 sound/soc/fsl/phycore-ac97.c 	platform_set_drvdata(imx_phycore_snd_ac97_device, &imx_phycore);
imx_phycore_snd_ac97_device   83 sound/soc/fsl/phycore-ac97.c 	ret = platform_device_add(imx_phycore_snd_ac97_device);
imx_phycore_snd_ac97_device  104 sound/soc/fsl/phycore-ac97.c 	platform_device_del(imx_phycore_snd_ac97_device);
imx_phycore_snd_ac97_device  106 sound/soc/fsl/phycore-ac97.c 	platform_device_put(imx_phycore_snd_ac97_device);
imx_phycore_snd_ac97_device  113 sound/soc/fsl/phycore-ac97.c 	platform_device_unregister(imx_phycore_snd_ac97_device);