Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/hvc/
Dhvc_opal.c331 struct device_node *stdout_node = NULL; in hvc_opal_init_early() local
341 stdout_node = of_find_node_by_path(name); in hvc_opal_init_early()
342 if (!stdout_node) { in hvc_opal_init_early()
365 stdout_node = np; in hvc_opal_init_early()
371 if (!stdout_node) in hvc_opal_init_early()
373 termno = of_get_property(stdout_node, "reg", NULL); in hvc_opal_init_early()
380 if (of_device_is_compatible(stdout_node, "ibm,opal-console-raw")) { in hvc_opal_init_early()
385 else if (of_device_is_compatible(stdout_node,"ibm,opal-console-hvsi")) { in hvc_opal_init_early()
400 of_node_put(stdout_node); in hvc_opal_init_early()
Dhvc_vio.c389 struct device_node *stdout_node; in hvc_vio_init_early() local
400 stdout_node = of_find_node_by_path(name); in hvc_vio_init_early()
401 if (!stdout_node) in hvc_vio_init_early()
403 name = of_get_property(stdout_node, "name", NULL); in hvc_vio_init_early()
412 termno = of_get_property(stdout_node, "reg", NULL); in hvc_vio_init_early()
420 if (of_device_is_compatible(stdout_node, "hvterm1")) { in hvc_vio_init_early()
424 else if (of_device_is_compatible(stdout_node, "hvterm-protocol")) { in hvc_vio_init_early()
446 of_node_put(stdout_node); in hvc_vio_init_early()