Searched refs:conswitchp (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/m68k/sun3x/
H A Dconfig.c63 conswitchp = NULL;
67 conswitchp = NULL;
/linux-master/arch/alpha/kernel/
H A Dconsole.c56 if (!hose || (conswitchp == &vga_con && pci_vga_hose == hose))
/linux-master/include/linux/
H A Dconsole.h127 extern const struct consw *conswitchp;
/linux-master/drivers/tty/vt/
H A Dvt.c128 const struct consw *conswitchp; variable in typeref:struct:consw
995 vc->vc_sw = conswitchp;
3620 if (!conswitchp)
3621 conswitchp = &dummy_con;
3622 display_desc = conswitchp->con_startup();
3633 con_driver->con = conswitchp;
3643 con_driver_map[i] = conswitchp;
3791 if (conswitchp)
3792 module_put(conswitchp->owner);
3795 conswitchp
[all...]
/linux-master/arch/xtensa/kernel/
H A Dsetup.c369 conswitchp = &vga_con;
/linux-master/drivers/video/console/
H A Dvgacon.c195 conswitchp = &dummy_con;
196 return conswitchp->con_startup();
1221 conswitchp = &vga_con;
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c3332 if (conswitchp != &dummy_con)

Completed in 118 milliseconds