Home
last modified time | relevance | path

Searched refs:dma_channel_np (Results 1 – 2 of 2) sorted by relevance

/sound/soc/fsl/
Dfsl_utils.c38 struct device_node *dma_channel_np, *dma_np; in fsl_asoc_get_dma_channel() local
42 dma_channel_np = of_parse_phandle(ssi_np, name, 0); in fsl_asoc_get_dma_channel()
43 if (!dma_channel_np) in fsl_asoc_get_dma_channel()
46 if (!of_device_is_compatible(dma_channel_np, "fsl,ssi-dma-channel")) { in fsl_asoc_get_dma_channel()
47 of_node_put(dma_channel_np); in fsl_asoc_get_dma_channel()
59 ret = of_address_to_resource(dma_channel_np, 0, &res); in fsl_asoc_get_dma_channel()
61 of_node_put(dma_channel_np); in fsl_asoc_get_dma_channel()
65 (unsigned long long) res.start, dma_channel_np->name); in fsl_asoc_get_dma_channel()
67 iprop = of_get_property(dma_channel_np, "cell-index", NULL); in fsl_asoc_get_dma_channel()
69 of_node_put(dma_channel_np); in fsl_asoc_get_dma_channel()
[all …]
Dfsl_dma.c851 static struct device_node *find_ssi_node(struct device_node *dma_channel_np) in find_ssi_node() argument
861 if (np == dma_channel_np) in find_ssi_node()
866 if (np == dma_channel_np) in find_ssi_node()