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

/linux-master/drivers/tty/vt/
H A Dvt.c3864 const struct consw *defcsw = NULL; local
3894 defcsw = con_back->con;
3916 if (!con_is_bound(defcsw)) {
3919 defcsw->con_startup();
3932 do_bind_con_driver(defcsw, first, last, deflt);
3942 const struct consw *defcsw = NULL, *csw = NULL; local
3954 defcsw = con->con;
3959 if (!defcsw)
3966 if (con_driver_map[i] == defcsw) {

Completed in 109 milliseconds