Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/vt/
Dvt.c3736 const struct consw *defcsw = NULL; in do_unbind_con_driver() local
3766 defcsw = con_back->con; in do_unbind_con_driver()
3788 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
3791 defcsw->con_startup(); in do_unbind_con_driver()
3804 do_bind_con_driver(defcsw, first, last, deflt); in do_unbind_con_driver()
3814 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() local
3826 defcsw = con->con; in vt_bind()
3831 if (!defcsw) in vt_bind()
3838 if (con_driver_map[i] == defcsw) { in vt_bind()