Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/fsl/
A Dfsl_utils.c36 struct device_node *dma_channel_np, *dma_np; in fsl_asoc_get_dma_channel() local
40 dma_channel_np = of_parse_phandle(ssi_np, name, 0); in fsl_asoc_get_dma_channel()
41 if (!dma_channel_np) in fsl_asoc_get_dma_channel()
45 of_node_put(dma_channel_np); in fsl_asoc_get_dma_channel()
57 ret = of_address_to_resource(dma_channel_np, 0, &res); in fsl_asoc_get_dma_channel()
59 of_node_put(dma_channel_np); in fsl_asoc_get_dma_channel()
63 (unsigned long long) res.start, dma_channel_np); in fsl_asoc_get_dma_channel()
67 of_node_put(dma_channel_np); in fsl_asoc_get_dma_channel()
72 dma_np = of_get_parent(dma_channel_np); in fsl_asoc_get_dma_channel()
76 of_node_put(dma_channel_np); in fsl_asoc_get_dma_channel()
[all …]
A Dfsl_dma.c805 static struct device_node *find_ssi_node(struct device_node *dma_channel_np) in find_ssi_node() argument
815 if (np == dma_channel_np) in find_ssi_node()
820 if (np == dma_channel_np) in find_ssi_node()

Completed in 5 milliseconds