Searched refs:of_console_device (Results 1 – 9 of 9) sorted by relevance
25 struct device_node *of_console_device; variable 26 EXPORT_SYMBOL(of_console_device);
29 if (!of_node_is_type(of_console_device, "serial") || scons_pwroff) in machine_power_off()
246 of_console_device = dp; in of_console_init() 279 of_console_device = dp; in of_console_init()
107 (!of_node_is_type(of_console_device, "serial") || scons_pwroff)) { in machine_power_off()
632 of_console_device = dp; in of_console_init()
17 if (node && node == of_console_device) in video_is_primary_device()
51 extern struct device_node *of_console_device;
63 if (of_console_device != dp) in sunserial_console_match()
3070 if (dp == of_console_device) { in atyfb_setup_sparc()