Searched refs:ssi_pdev (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/sound/soc/fsl/
H A Dimx-es8328.c82 struct platform_device *ssi_pdev; imx_es8328_probe() local
144 ssi_pdev = of_find_device_by_node(ssi_np); imx_es8328_probe()
145 if (!ssi_pdev) { imx_es8328_probe()
H A Dimx-sgtl5000.c62 struct platform_device *ssi_pdev; imx_sgtl5000_probe() local
112 ssi_pdev = of_find_device_by_node(ssi_np); imx_sgtl5000_probe()
113 if (!ssi_pdev) { imx_sgtl5000_probe()
H A Dimx-wm8962.c156 struct platform_device *ssi_pdev; imx_wm8962_probe() local
209 ssi_pdev = of_find_device_by_node(ssi_np); imx_wm8962_probe()
210 if (!ssi_pdev) { imx_wm8962_probe()
246 data->dai.cpu_dai_name = dev_name(&ssi_pdev->dev); imx_wm8962_probe()
H A Dmpc8610_hpcd.c191 /* ssi_pdev is the platform device for the SSI node that probed us */ mpc8610_hpcd_probe()
192 struct platform_device *ssi_pdev = mpc8610_hpcd_probe() local
194 struct device_node *np = ssi_pdev->dev.of_node; mpc8610_hpcd_probe()
214 machine_data->dai[0].cpu_dai_name = dev_name(&ssi_pdev->dev); mpc8610_hpcd_probe()
H A Dp1022_rdk.c205 /* ssi_pdev is the platform device for the SSI node that probed us */ p1022_rdk_probe()
206 struct platform_device *ssi_pdev = p1022_rdk_probe() local
208 struct device_node *np = ssi_pdev->dev.of_node; p1022_rdk_probe()
227 mdata->dai[0].cpu_dai_name = dev_name(&ssi_pdev->dev); p1022_rdk_probe()
H A Dp1022_ds.c201 /* ssi_pdev is the platform device for the SSI node that probed us */ p1022_ds_probe()
202 struct platform_device *ssi_pdev = p1022_ds_probe() local
204 struct device_node *np = ssi_pdev->dev.of_node; p1022_ds_probe()
224 mdata->dai[0].cpu_dai_name = dev_name(&ssi_pdev->dev); p1022_ds_probe()

Completed in 153 milliseconds