Home
last modified time | relevance | path

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

/Linux-v4.19/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.h69 const struct consw *vc_sw;
Dvt_kern.h134 extern int do_unbind_con_driver(const struct consw *csw, int first, int last,
/Linux-v4.19/drivers/video/console/
Ddummycon.c143 const struct consw dummy_con = {
Dsticon.c323 static const struct consw sti_con = {
Dmdacon.c539 static const struct consw mda_con = {
Dnewport_con.c683 const struct consw newport_con = {
Dvgacon.c1422 const struct consw vga_con = {
/Linux-v4.19/drivers/tty/vt/
Dvt.c117 const struct consw *con;
127 const struct consw *conswitchp;
147 static const struct consw *con_driver_map[MAX_NR_CONSOLES];
3451 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver()
3555 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver()
3558 const struct consw *defcsw = NULL; in do_unbind_con_driver()
3611 const struct consw *defconsw = conswitchp; in do_unbind_con_driver()
3636 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind()
3686 const struct consw *csw = NULL; in vt_unbind()
3805 int con_is_bound(const struct consw *csw) in con_is_bound()
[all …]
/Linux-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb_con.c84 static const struct consw sisusb_con;
1301 static const struct consw sisusb_con = {
1385 static const struct consw sisusb_dummy_con = {
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c149 static const struct consw fb_con;
3396 static const struct consw fb_con = {