Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_opal.c330 struct device_node *stdout_node = of_node_get(of_stdout); in hvc_opal_init_early() local
336 if (!stdout_node) { in hvc_opal_init_early()
355 stdout_node = np; in hvc_opal_init_early()
361 if (!stdout_node) in hvc_opal_init_early()
363 termno = of_get_property(stdout_node, "reg", NULL); in hvc_opal_init_early()
370 if (of_device_is_compatible(stdout_node, "ibm,opal-console-raw")) { in hvc_opal_init_early()
375 else if (of_device_is_compatible(stdout_node,"ibm,opal-console-hvsi")) { in hvc_opal_init_early()
391 of_node_put(stdout_node); in hvc_opal_init_early()