Home
last modified time | relevance | path

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

/include/linux/
Dconsole.h88 struct consw { struct
129 extern const struct consw *conswitchp; argument
131 extern const struct consw dummy_con; /* dummy console buffer */
132 extern const struct consw vga_con; /* VGA text console */
133 extern const struct consw newport_con; /* SGI Newport console */
142 int con_is_bound(const struct consw *csw);
143 int do_unregister_con_driver(const struct consw *csw);
144 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
145 void give_up_console(const struct consw *sw);
Dconsole_struct.h108 const struct consw *vc_sw;
Dvt_kern.h126 int do_unbind_con_driver(const struct consw *csw, int first, int last,