Lines Matching defs:node
89 struct device_node *node;
93 node = of_cpu_device_node_get(cpu);
96 if (!node)
97 node = of_get_cpu_node(cpu, NULL);
99 if (!node) {
104 pr_err("%s: Couldn't get CPU cluster %u core %u device node\n",
110 is_compatible = of_device_is_compatible(node, "arm,cortex-a15");
111 of_node_put(node);
782 struct device_node *node;
788 * Don't bother checking the "cpus" node, as an enable-method
789 * property in that node is undocumented.
791 node = of_cpu_device_node_get(0);
792 if (!node)
804 ret = of_property_match_string(node, "enable-method",
810 of_node_put(node);