of_stdout         235 arch/powerpc/kernel/btext.c 	struct device_node *np = of_stdout;
of_stdout          40 drivers/of/base.c struct device_node *of_stdout;
of_stdout        2013 drivers/of/base.c 			of_stdout = of_find_node_opts_by_path(name, &of_stdout_options);
of_stdout        2175 drivers/of/base.c 	if (!dn || dn != of_stdout || console_set_on_cmdline)
of_stdout         201 drivers/soc/renesas/rmobile-sysc.c 	if (of_stdout)
of_stdout         202 drivers/soc/renesas/rmobile-sysc.c 		add_special_pd(of_stdout, PD_CONSOLE);
of_stdout         110 drivers/tty/ehv_bytechan.c 	struct device_node *np = of_stdout;
of_stdout         332 drivers/tty/hvc/hvc_opal.c 	struct device_node *stdout_node = of_node_get(of_stdout);
of_stdout         392 drivers/tty/hvc/hvc_vio.c 	if (!of_node_name_prefix(of_stdout, "vty"))
of_stdout         394 drivers/tty/hvc/hvc_vio.c 	termno = of_get_property(of_stdout, "reg", NULL);
of_stdout         402 drivers/tty/hvc/hvc_vio.c 	if (of_device_is_compatible(of_stdout, "hvterm1")) {
of_stdout         406 drivers/tty/hvc/hvc_vio.c 	else if (of_device_is_compatible(of_stdout, "hvterm-protocol")) {
of_stdout         136 include/linux/of.h extern struct device_node *of_stdout;