Searched refs:consw (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/include/linux/ |
D | console.h | 88 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);
|
D | console_struct.h | 108 const struct consw *vc_sw;
|
D | vt_kern.h | 126 int do_unbind_con_driver(const struct consw *csw, int first, int last,
|
/linux-6.14.4/Documentation/driver-api/tty/ |
D | console.rst | 25 :identifiers: consw
|
/linux-6.14.4/drivers/video/console/ |
D | dummycon.c | 138 const struct consw dummy_con = {
|
D | mdacon.c | 529 static const struct consw mda_con = {
|
D | sticon.c | 348 static const struct consw sti_con = {
|
D | newport_con.c | 680 const struct consw newport_con = {
|
D | vgacon.c | 1193 const struct consw vga_con = {
|
/linux-6.14.4/drivers/tty/vt/ |
D | vt.c | 118 const struct consw *con; 128 const struct consw *conswitchp; 140 static const struct consw *con_driver_map[MAX_NR_CONSOLES]; 3766 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver() 3869 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() 3872 const struct consw *defcsw = NULL; in do_unbind_con_driver() 3925 const struct consw *defconsw = conswitchp; in do_unbind_con_driver() 3950 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() 4000 const struct consw *csw = NULL; in vt_unbind() 4123 int con_is_bound(const struct consw *csw) in con_is_bound() [all …]
|
/linux-6.14.4/drivers/video/fbdev/core/ |
D | fbcon.c | 166 static const struct consw fb_con; 3139 static const struct consw fb_con = {
|