Lines Matching defs:node
90 struct device_node *node;
94 node = of_cpu_device_node_get(cpu);
97 if (!node)
98 node = of_get_cpu_node(cpu, NULL);
100 if (!node) {
105 pr_err("%s: Couldn't get CPU cluster %u core %u device node\n",
111 is_compatible = of_device_is_compatible(node, "arm,cortex-a15");
112 of_node_put(node);
783 struct device_node *node;
789 * Don't bother checking the "cpus" node, as an enable-method
790 * property in that node is undocumented.
792 node = of_cpu_device_node_get(0);
793 if (!node)
805 ret = of_property_match_string(node, "enable-method",
811 of_node_put(node);