Lines Matching refs:node
1105 struct device_node *node; in tumbler_find_device() local
1111 node = find_compatible_audio_device(device); in tumbler_find_device()
1113 node = find_audio_device(device); in tumbler_find_device()
1114 if (! node) { in tumbler_find_device()
1120 base = of_get_property(node, "AAPL,address", NULL); in tumbler_find_device()
1122 base = of_get_property(node, "reg", NULL); in tumbler_find_device()
1126 of_node_put(node); in tumbler_find_device()
1137 base = of_get_property(node, "audio-gpio-active-state", NULL); in tumbler_find_device()
1153 prop = of_get_property(node, platform, NULL); in tumbler_find_device()
1169 ret = irq_of_parse_and_map(node, 0); in tumbler_find_device()
1170 of_node_put(node); in tumbler_find_device()
1373 for (np = chip->node->child; np; np = np->sibling) { in snd_pmac_tumbler_init()