Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/kernel/
Dprom_common.c29 struct device_node *of_console_device; variable
30 EXPORT_SYMBOL(of_console_device);
Dreboot.c27 if (strcmp(of_console_device->type, "serial") || scons_pwroff) in machine_power_off()
Dprom_32.c256 of_console_device = dp; in of_console_init()
295 of_console_device = dp; in of_console_init()
Dprocess_32.c109 (strcmp(of_console_device->type, "serial") || scons_pwroff)) { in machine_power_off()
Dprom_64.c632 of_console_device = dp; in of_console_init()
/linux-4.1.27/arch/sparc/include/asm/
Dfb.h27 node == of_console_device) in fb_is_primary_device()
Dprom.h55 extern struct device_node *of_console_device;
/linux-4.1.27/drivers/tty/serial/
Dsuncore.c63 if (of_console_device != dp) in sunserial_console_match()
/linux-4.1.27/drivers/video/fbdev/aty/
Datyfb_base.c3082 if (dp == of_console_device) { in atyfb_setup_sparc()