Lines Matching refs:node
1086 struct device_node *node; in tumbler_find_device() local
1092 node = find_compatible_audio_device(device); in tumbler_find_device()
1094 node = find_audio_device(device); in tumbler_find_device()
1095 if (! node) { in tumbler_find_device()
1101 base = of_get_property(node, "AAPL,address", NULL); in tumbler_find_device()
1103 base = of_get_property(node, "reg", NULL); in tumbler_find_device()
1107 of_node_put(node); in tumbler_find_device()
1118 base = of_get_property(node, "audio-gpio-active-state", NULL); in tumbler_find_device()
1134 prop = of_get_property(node, platform, NULL); in tumbler_find_device()
1150 ret = irq_of_parse_and_map(node, 0); in tumbler_find_device()
1151 of_node_put(node); in tumbler_find_device()
1354 for_each_child_of_node(chip->node, np) { in snd_pmac_tumbler_init()