Searched refs:consw (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dconsole.h32 struct consw { struct
60 extern const struct consw *conswitchp;
62 extern const struct consw dummy_con; /* dummy console buffer */
63 extern const struct consw vga_con; /* VGA text console */
64 extern const struct consw newport_con; /* SGI Newport console */
65 extern const struct consw prom_con; /* SPARC PROM console */
67 int con_is_bound(const struct consw *csw);
68 int register_con_driver(const struct consw *csw, int first, int last);
69 int unregister_con_driver(const struct consw *csw);
70 int take_over_console(const struct consw *s
[all...]
H A Dconsole_struct.h33 const struct consw *vc_sw;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Ddummycon.c60 const struct consw dummy_con = {
H A Dsticon.c328 static const struct consw sti_con = {
H A Dmdacon.c566 static const struct consw mda_con = {
H A Dpromcon.c565 const struct consw prom_con = {
H A Dnewport_con.c717 const struct consw newport_con = {
H A Dvgacon.c1384 const struct consw vga_con = {
H A Dfbcon.c139 static const struct consw fb_con;
3143 static const struct consw fb_con = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvt.c49 * (struct consw) which contains function pointers to console operations
114 const struct consw *con;
124 const struct consw *conswitchp;
143 static const struct consw *con_driver_map[MAX_NR_CONSOLES];
2869 static int bind_con_driver(const struct consw *csw, int first, int last,
2971 static int con_is_graphics(const struct consw *csw, int first, int last)
2987 static int unbind_con_driver(const struct consw *csw, int first, int last,
2991 const struct consw *defcsw = NULL;
3051 const struct consw *defconsw = conswitchp;
3076 const struct consw *defcs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c83 static const struct consw sisusb_con;
1378 static const struct consw sisusb_con = {
1426 static const struct consw sisusb_dummy_con = {
1554 * only discards the consw pointer from the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsetup.c64 extern struct consw *conswitchp;

Completed in 184 milliseconds