Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/vt/
Dvt.c3181 const struct consw *defcsw = NULL; in do_unbind_con_driver() local
3212 defcsw = con_back->con; in do_unbind_con_driver()
3234 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
3237 defcsw->con_startup(); in do_unbind_con_driver()
3250 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()
3260 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() local
3273 defcsw = con->con; in vt_bind()
3278 if (!defcsw) in vt_bind()
3285 if (con_driver_map[i] == defcsw) { in vt_bind()