consw             118 drivers/tty/vt/vt.c 	const struct consw *con;
consw             128 drivers/tty/vt/vt.c const struct consw *conswitchp;
consw             148 drivers/tty/vt/vt.c static const struct consw *con_driver_map[MAX_NR_CONSOLES];
consw            3504 drivers/tty/vt/vt.c static int do_bind_con_driver(const struct consw *csw, int first, int last,
consw            3608 drivers/tty/vt/vt.c int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt)
consw            3611 drivers/tty/vt/vt.c 	const struct consw *defcsw = NULL;
consw            3664 drivers/tty/vt/vt.c 		const struct consw *defconsw = conswitchp;
consw            3689 drivers/tty/vt/vt.c 	const struct consw *defcsw = NULL, *csw = NULL;
consw            3739 drivers/tty/vt/vt.c 	const struct consw *csw = NULL;
consw            3862 drivers/tty/vt/vt.c int con_is_bound(const struct consw *csw)
consw            3980 drivers/tty/vt/vt.c static int do_register_con_driver(const struct consw *csw, int first, int last)
consw            4060 drivers/tty/vt/vt.c int do_unregister_con_driver(const struct consw *csw)
consw            4137 drivers/tty/vt/vt.c int do_take_over_console(const struct consw *csw, int first, int last, int deflt)
consw            4161 drivers/tty/vt/vt.c void give_up_console(const struct consw *csw)
consw              77 drivers/usb/misc/sisusbvga/sisusb_con.c static const struct consw sisusb_con;
consw            1281 drivers/usb/misc/sisusbvga/sisusb_con.c static const struct consw sisusb_con = {
consw            1365 drivers/usb/misc/sisusbvga/sisusb_con.c static const struct consw sisusb_dummy_con = {
consw             150 drivers/video/console/dummycon.c const struct consw dummy_con = {
consw             539 drivers/video/console/mdacon.c static const struct consw mda_con = {
consw             684 drivers/video/console/newport_con.c const struct consw newport_con = {
consw             323 drivers/video/console/sticon.c static const struct consw sti_con = {
consw            1426 drivers/video/console/vgacon.c const struct consw vga_con = {
consw             168 drivers/video/fbdev/core/fbcon.c static const struct consw fb_con;
consw            3390 drivers/video/fbdev/core/fbcon.c static const struct consw fb_con = {
consw              99 include/linux/console.h extern const struct consw *conswitchp;
consw             101 include/linux/console.h extern const struct consw dummy_con;	/* dummy console buffer */
consw             102 include/linux/console.h extern const struct consw vga_con;	/* VGA text console */
consw             103 include/linux/console.h extern const struct consw newport_con;	/* SGI Newport console  */
consw             104 include/linux/console.h extern const struct consw prom_con;	/* SPARC PROM console */
consw             106 include/linux/console.h int con_is_bound(const struct consw *csw);
consw             107 include/linux/console.h int do_unregister_con_driver(const struct consw *csw);
consw             108 include/linux/console.h int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
consw             109 include/linux/console.h void give_up_console(const struct consw *sw);
consw              69 include/linux/console_struct.h 	const struct consw *vc_sw;
consw             134 include/linux/vt_kern.h extern int do_unbind_con_driver(const struct consw *csw, int first, int last,