Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/hvc/
Dhvc_vio.c392 if (!of_node_name_prefix(of_stdout, "vty")) in hvc_vio_init_early()
394 termno = of_get_property(of_stdout, "reg", NULL); in hvc_vio_init_early()
402 if (of_device_is_compatible(of_stdout, "hvterm1")) { in hvc_vio_init_early()
406 else if (of_device_is_compatible(of_stdout, "hvterm-protocol")) { in hvc_vio_init_early()
Dhvc_opal.c332 struct device_node *stdout_node = of_node_get(of_stdout); in hvc_opal_init_early()
/Linux-v5.4/drivers/soc/renesas/
Drmobile-sysc.c201 if (of_stdout) in get_special_pds()
202 add_special_pd(of_stdout, PD_CONSOLE); in get_special_pds()
/Linux-v5.4/drivers/of/
Dbase.c40 struct device_node *of_stdout; variable
2013 of_stdout = of_find_node_opts_by_path(name, &of_stdout_options); in of_alias_scan()
2175 if (!dn || dn != of_stdout || console_set_on_cmdline) in of_console_check()
/Linux-v5.4/arch/powerpc/kernel/
Dbtext.c235 struct device_node *np = of_stdout; in btext_find_display()
/Linux-v5.4/drivers/tty/
Dehv_bytechan.c110 struct device_node *np = of_stdout; in find_console_handle()
/Linux-v5.4/include/linux/
Dof.h136 extern struct device_node *of_stdout;