Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dfb.h23 node == of_console_device) in fb_is_primary_device()
Dprom.h115 extern struct device_node *of_console_device;
/arch/sparc/kernel/
Dreboot.c27 if (strcmp(of_console_device->type, "serial") || scons_pwroff) in machine_power_off()
Dprom_32.c213 of_console_device = dp; in of_console_init()
252 of_console_device = dp; in of_console_init()
Dprom_common.c28 struct device_node *of_console_device; variable
29 EXPORT_SYMBOL(of_console_device);
Dprom_64.c568 of_console_device = dp; in of_console_init()
Dprocess_32.c173 (strcmp(of_console_device->type, "serial") || scons_pwroff)) in machine_power_off()