Home
last modified time | relevance | path

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

/Linux-v6.6/arch/sparc/kernel/
Dprom_common.c25 struct device_node *of_console_device; variable
26 EXPORT_SYMBOL(of_console_device);
Dreboot.c29 if (!of_node_is_type(of_console_device, "serial") || scons_pwroff) in machine_power_off()
Dprom_32.c248 of_console_device = dp; in of_console_init()
281 of_console_device = dp; in of_console_init()
Dprocess_32.c107 (!of_node_is_type(of_console_device, "serial") || scons_pwroff)) { in machine_power_off()
Dprom_64.c630 of_console_device = dp; in of_console_init()
/Linux-v6.6/arch/sparc/video/
Dfbdev.c18 if (node && node == of_console_device) in fb_is_primary_device()
/Linux-v6.6/arch/sparc/include/asm/
Dprom.h51 extern struct device_node *of_console_device;
/Linux-v6.6/drivers/tty/serial/
Dsuncore.c63 if (of_console_device != dp) in sunserial_console_match()
/Linux-v6.6/drivers/video/fbdev/aty/
Datyfb_base.c3067 if (dp == of_console_device) { in atyfb_setup_sparc()