Home
last modified time | relevance | path

Searched refs:cpu_pdev (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/sound/soc/fsl/
H A Dimx-audmix.c131 struct platform_device *cpu_pdev; in imx_audmix_probe() local
209 cpu_pdev = of_find_device_by_node(args.np); in imx_audmix_probe()
210 if (!cpu_pdev) { in imx_audmix_probe()
214 put_device(&cpu_pdev->dev); in imx_audmix_probe()
295 cpu_pdev = of_find_device_by_node(out_cpu_np); in imx_audmix_probe()
296 if (!cpu_pdev) { in imx_audmix_probe()
300 put_device(&cpu_pdev->dev); in imx_audmix_probe()
303 priv->out_pdev = cpu_pdev; in imx_audmix_probe()
H A Dimx-hdmi.c104 struct platform_device *cpu_pdev; in imx_hdmi_probe() local
120 cpu_pdev = of_find_device_by_node(cpu_np); in imx_hdmi_probe()
121 if (!cpu_pdev) { in imx_hdmi_probe()
130 put_device(&cpu_pdev->dev); in imx_hdmi_probe()
143 data->dai.cpus->dai_name = dev_name(&cpu_pdev->dev); in imx_hdmi_probe()
150 put_device(&cpu_pdev->dev); in imx_hdmi_probe()
H A Dfsl-asoc-card.c616 struct platform_device *cpu_pdev; in fsl_asoc_card_probe() local
645 cpu_pdev = of_find_device_by_node(cpu_np); in fsl_asoc_card_probe()
646 if (!cpu_pdev) { in fsl_asoc_card_probe()
899 struct clk *esai_clk = clk_get(&cpu_pdev->dev, "extal"); in fsl_asoc_card_probe()
1063 put_device(&cpu_pdev->dev); in fsl_asoc_card_probe()