Searched refs:stdout_node (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dlpar.c204 struct device_node *stdout_node; local
215 stdout_node = of_find_node_by_path(name);
216 if (!stdout_node)
218 name = of_get_property(stdout_node, "name", NULL);
229 termno = of_get_property(stdout_node, "reg", NULL);
234 if (of_device_is_compatible(stdout_node, "hvterm1")) {
240 } else if (of_device_is_compatible(stdout_node, "hvterm-protocol")) {
249 of_node_put(stdout_node);

Completed in 93 milliseconds