Lines Matching refs:consw
118 const struct consw *con;
128 const struct consw *conswitchp;
140 static const struct consw *con_driver_map[MAX_NR_CONSOLES];
3630 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver()
3733 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver()
3736 const struct consw *defcsw = NULL; in do_unbind_con_driver()
3789 const struct consw *defconsw = conswitchp; in do_unbind_con_driver()
3814 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind()
3864 const struct consw *csw = NULL; in vt_unbind()
3987 int con_is_bound(const struct consw *csw) in con_is_bound()
4104 static int do_register_con_driver(const struct consw *csw, int first, int last) in do_register_con_driver()
4184 int do_unregister_con_driver(const struct consw *csw) in do_unregister_con_driver()
4261 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console()
4285 void give_up_console(const struct consw *csw) in give_up_console()