Lines Matching full:stdout
395 struct device_node *np, *stdout = NULL; in find_legacy_serial_ports() local
402 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports()
404 path = of_get_property(of_chosen, "stdout-path", NULL); in find_legacy_serial_ports()
406 stdout = of_find_node_by_path(path); in find_legacy_serial_ports()
407 if (stdout) in find_legacy_serial_ports()
408 DBG("stdout is %pOF\n", stdout); in find_legacy_serial_ports()
410 DBG(" no linux,stdout-path !\n"); in find_legacy_serial_ports()
421 if (index >= 0 && np == stdout) in find_legacy_serial_ports()
434 if (index >= 0 && np == stdout) in find_legacy_serial_ports()
468 if (index >= 0 && np == stdout) in find_legacy_serial_ports()
474 of_node_put(stdout); in find_legacy_serial_ports()
635 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console()
637 name = of_get_property(of_chosen, "stdout-path", NULL); in check_legacy_serial_console()
639 DBG(" no stdout-path !\n"); in check_legacy_serial_console()
644 DBG(" can't find stdout package %s !\n", name); in check_legacy_serial_console()
647 DBG("stdout is %pOF\n", prom_stdout); in check_legacy_serial_console()
651 DBG(" stdout package has no name !\n"); in check_legacy_serial_console()