Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/vt/
Dvt.c3154 const struct consw *defcsw = NULL; in unbind_con_driver() local
3187 defcsw = con_back->con; in unbind_con_driver()
3213 if (!con_is_bound(defcsw)) { in unbind_con_driver()
3216 defcsw->con_startup(); in unbind_con_driver()
3230 bind_con_driver(defcsw, first, last, deflt); in unbind_con_driver()
3240 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() local
3253 defcsw = con->con; in vt_bind()
3258 if (!defcsw) in vt_bind()
3265 if (con_driver_map[i] == defcsw) { in vt_bind()