Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dprom_common.c25 struct device_node *of_console_device; variable
26 EXPORT_SYMBOL(of_console_device);
H A Dprom_32.c248 of_console_device = dp; in of_console_init()
281 of_console_device = dp; in of_console_init()
H A Dreboot.c29 if (!of_node_is_type(of_console_device, "serial") || scons_pwroff) in machine_power_off()
H A Dprocess_32.c111 (!of_node_is_type(of_console_device, "serial") || scons_pwroff)) { in machine_power_off()
H A Dprom_64.c630 of_console_device = dp; in of_console_init()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dfb.h28 node == of_console_device) in fb_is_primary_device()
H A Dprom.h48 extern struct device_node *of_console_device;
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsuncore.c63 if (of_console_device != dp) in sunserial_console_match()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Datyfb_base.c3062 if (dp == of_console_device) { in atyfb_setup_sparc()