Lines Matching refs:cpu_np
451 struct device_node *cpu_np, *codec_np, *asrc_np; in fsl_asoc_card_probe() local
465 cpu_np = of_parse_phandle(np, "audio-cpu", 0); in fsl_asoc_card_probe()
467 if (!cpu_np) in fsl_asoc_card_probe()
468 cpu_np = of_parse_phandle(np, "ssi-controller", 0); in fsl_asoc_card_probe()
469 if (!cpu_np) { in fsl_asoc_card_probe()
475 cpu_pdev = of_find_device_by_node(cpu_np); in fsl_asoc_card_probe()
553 if (strstr(cpu_np->name, "ssi")) { in fsl_asoc_card_probe()
560 } else if (strstr(cpu_np->name, "esai")) { in fsl_asoc_card_probe()
563 } else if (strstr(cpu_np->name, "sai")) { in fsl_asoc_card_probe()
593 priv->dai_link[0].cpu_of_node = cpu_np; in fsl_asoc_card_probe()
601 ret = of_property_read_u32(cpu_np, "cell-index", &idx); in fsl_asoc_card_probe()
614 priv->dai_link[0].platform_of_node = cpu_np; in fsl_asoc_card_probe()
626 priv->dai_link[2].cpu_of_node = cpu_np; in fsl_asoc_card_probe()
663 of_node_put(cpu_np); in fsl_asoc_card_probe()