Searched refs:consw (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | console.h | 46 struct consw { struct 98 extern const struct consw *conswitchp; argument 100 extern const struct consw dummy_con; /* dummy console buffer */ 101 extern const struct consw vga_con; /* VGA text console */ 102 extern const struct consw newport_con; /* SGI Newport console */ 104 int con_is_bound(const struct consw *csw); 105 int do_unregister_con_driver(const struct consw *csw); 106 int do_take_over_console(const struct consw *sw, int first, int last, int deflt); 107 void give_up_console(const struct consw *sw);
|
A D | console_struct.h | 108 const struct consw *vc_sw;
|
A D | vt_kern.h | 119 int do_unbind_con_driver(const struct consw *csw, int first, int last,
|
/linux-6.3-rc2/drivers/video/console/ |
A D | dummycon.c | 133 const struct consw dummy_con = {
|
A D | mdacon.c | 541 static const struct consw mda_con = {
|
A D | sticon.c | 362 static const struct consw sti_con = {
|
A D | newport_con.c | 679 const struct consw newport_con = {
|
A D | vgacon.c | 1183 const struct consw vga_con = {
|
/linux-6.3-rc2/drivers/tty/vt/ |
A D | vt.c | 118 const struct consw *con; 128 const struct consw *conswitchp; 140 static const struct consw *con_driver_map[MAX_NR_CONSOLES]; 3578 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver() 3684 const struct consw *defcsw = NULL; in do_unbind_con_driver() 3737 const struct consw *defconsw = conswitchp; in do_unbind_con_driver() 3762 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() 3812 const struct consw *csw = NULL; in vt_unbind() 3935 int con_is_bound(const struct consw *csw) in con_is_bound() 4132 int do_unregister_con_driver(const struct consw *csw) in do_unregister_con_driver() [all …]
|
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A D | fbcon.c | 164 static const struct consw fb_con; 3151 static const struct consw fb_con = {
|
Completed in 26 milliseconds