Lines Matching refs:np
860 struct device_node *ssi_np, *np; in find_ssi_node() local
866 np = of_parse_phandle(ssi_np, "fsl,playback-dma", 0); in find_ssi_node()
867 of_node_put(np); in find_ssi_node()
868 if (np == dma_channel_np) in find_ssi_node()
871 np = of_parse_phandle(ssi_np, "fsl,capture-dma", 0); in find_ssi_node()
872 of_node_put(np); in find_ssi_node()
873 if (np == dma_channel_np) in find_ssi_node()
892 struct device_node *np = pdev->dev.of_node; in fsl_soc_dma_probe() local
899 ssi_np = find_ssi_node(np); in fsl_soc_dma_probe()
913 dma = kzalloc(sizeof(*dma) + strlen(np->full_name), GFP_KERNEL); in fsl_soc_dma_probe()
920 strcpy(dma->path, np->full_name); in fsl_soc_dma_probe()
945 dma->channel = of_iomap(np, 0); in fsl_soc_dma_probe()
946 dma->irq = irq_of_parse_and_map(np, 0); in fsl_soc_dma_probe()