Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/fsl/
Dimx-audmix.c149 struct platform_device *cpu_pdev; in imx_audmix_probe() local
222 cpu_pdev = of_find_device_by_node(args.np); in imx_audmix_probe()
223 if (!cpu_pdev) { in imx_audmix_probe()
227 put_device(&cpu_pdev->dev); in imx_audmix_probe()
254 priv->dai[i].cpus->dai_name = dev_name(&cpu_pdev->dev); in imx_audmix_probe()
303 cpu_pdev = of_find_device_by_node(out_cpu_np); in imx_audmix_probe()
304 if (!cpu_pdev) { in imx_audmix_probe()
308 put_device(&cpu_pdev->dev); in imx_audmix_probe()
310 priv->cpu_mclk = devm_clk_get(&cpu_pdev->dev, "mclk1"); in imx_audmix_probe()
313 dev_err(&cpu_pdev->dev, "failed to get DAI mclk1: %d\n", ret); in imx_audmix_probe()
[all …]
Dimx-hdmi.c103 struct platform_device *cpu_pdev; in imx_hdmi_probe() local
119 cpu_pdev = of_find_device_by_node(cpu_np); in imx_hdmi_probe()
120 if (!cpu_pdev) { in imx_hdmi_probe()
141 data->dai.cpus->dai_name = dev_name(&cpu_pdev->dev); in imx_hdmi_probe()
Dfsl-asoc-card.c538 struct platform_device *cpu_pdev; in fsl_asoc_card_probe() local
560 cpu_pdev = of_find_device_by_node(cpu_np); in fsl_asoc_card_probe()
561 if (!cpu_pdev) { in fsl_asoc_card_probe()
725 struct clk *esai_clk = clk_get(&cpu_pdev->dev, "extal"); in fsl_asoc_card_probe()
879 put_device(&cpu_pdev->dev); in fsl_asoc_card_probe()