Lines Matching refs:node
1094 struct device_node *node;
1100 node = find_compatible_audio_device(device);
1102 node = find_audio_device(device);
1103 if (! node) {
1109 base = of_get_property(node, "AAPL,address", NULL);
1111 base = of_get_property(node, "reg", NULL);
1115 of_node_put(node);
1126 base = of_get_property(node, "audio-gpio-active-state", NULL);
1142 prop = of_get_property(node, platform, NULL);
1158 ret = irq_of_parse_and_map(node, 0);
1159 of_node_put(node);
1362 for_each_child_of_node(chip->node, np) {