Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/vt/
Dvt.c3735 const struct consw *defcsw = NULL; in do_unbind_con_driver() local
3765 defcsw = con_back->con; in do_unbind_con_driver()
3787 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
3790 defcsw->con_startup(); in do_unbind_con_driver()
3803 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()
3813 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() local
3825 defcsw = con->con; in vt_bind()
3830 if (!defcsw) in vt_bind()
3837 if (con_driver_map[i] == defcsw) { in vt_bind()