defcsw           3611 drivers/tty/vt/vt.c 	const struct consw *defcsw = NULL;
defcsw           3641 drivers/tty/vt/vt.c 			defcsw = con_back->con;
defcsw           3663 drivers/tty/vt/vt.c 	if (!con_is_bound(defcsw)) {
defcsw           3666 drivers/tty/vt/vt.c 		defcsw->con_startup();
defcsw           3679 drivers/tty/vt/vt.c 	do_bind_con_driver(defcsw, first, last, deflt);
defcsw           3689 drivers/tty/vt/vt.c 	const struct consw *defcsw = NULL, *csw = NULL;
defcsw           3701 drivers/tty/vt/vt.c 			defcsw = con->con;
defcsw           3706 drivers/tty/vt/vt.c 	if (!defcsw)
defcsw           3713 drivers/tty/vt/vt.c 			if (con_driver_map[i] == defcsw) {