Searched refs:dma_channel_np (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/fsl/ |
D | fsl_utils.c | 36 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() 44 if (!of_device_is_compatible(dma_channel_np, "fsl,ssi-dma-channel")) { 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() 65 iprop = of_get_property(dma_channel_np, "cell-index", NULL); in fsl_asoc_get_dma_channel() 67 of_node_put(dma_channel_np); in fsl_asoc_get_dma_channel() [all …]
|
D | fsl_dma.c | 805 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()
|