Searched refs:of_console_device (Results 1 – 9 of 9) sorted by relevance
29 struct device_node *of_console_device; variable30 EXPORT_SYMBOL(of_console_device);
27 if (strcmp(of_console_device->type, "serial") || scons_pwroff) in machine_power_off()
256 of_console_device = dp; in of_console_init()295 of_console_device = dp; in of_console_init()
109 (strcmp(of_console_device->type, "serial") || scons_pwroff)) { in machine_power_off()
632 of_console_device = dp; in of_console_init()
27 node == of_console_device) in fb_is_primary_device()
55 extern struct device_node *of_console_device;
63 if (of_console_device != dp) in sunserial_console_match()
3082 if (dp == of_console_device) { in atyfb_setup_sparc()