Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dvt.c4001 const struct consw *defcsw = NULL; in do_unbind_con_driver() local
4031 defcsw = con_back->con; in do_unbind_con_driver()
4053 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
4056 defcsw->con_startup(); in do_unbind_con_driver()
4069 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()
4079 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() local
4091 defcsw = con->con; in vt_bind()
4096 if (!defcsw) in vt_bind()
4103 if (con_driver_map[i] == defcsw) { in vt_bind()