Searched refs:dma_np (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc8610_hpcd.c192 struct device_node *dma_np = NULL; local
364 for_each_compatible_node(dma_np, NULL, "fsl,mpc8610-dma") {
365 iprop = of_get_property(dma_np, "cell-index", NULL);
367 of_node_put(dma_np);
371 if (!dma_np) {
388 while ((dma_channel_np = of_get_next_child(dma_np, dma_channel_np))) {
480 of_node_put(dma_np);

Completed in 54 milliseconds