Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ !
Dconsole.h48 struct consw { struct
99 extern const struct consw *conswitchp; argument
101 extern const struct consw dummy_con; /* dummy console buffer */
102 extern const struct consw vga_con; /* VGA text console */
103 extern const struct consw newport_con; /* SGI Newport console */
104 extern const struct consw prom_con; /* SPARC PROM console */
106 int con_is_bound(const struct consw *csw);
107 int do_unregister_con_driver(const struct consw *csw);
108 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
109 void give_up_console(const struct consw *sw);
Dconsole_struct.h70 const struct consw *vc_sw;
Dvt_kern.h134 extern int do_unbind_con_driver(const struct consw *csw, int first, int last,