Searched refs:consw (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/ |
D | console.h | 31 struct consw { struct 70 extern const struct consw *conswitchp; argument 72 extern const struct consw dummy_con; /* dummy console buffer */ 73 extern const struct consw vga_con; /* VGA text console */ 74 extern const struct consw newport_con; /* SGI Newport console */ 75 extern const struct consw prom_con; /* SPARC PROM console */ 77 int con_is_bound(const struct consw *csw); 78 int do_unregister_con_driver(const struct consw *csw); 79 int do_take_over_console(const struct consw *sw, int first, int last, int deflt); 80 void give_up_console(const struct consw *sw);
|
D | console_struct.h | 36 const struct consw *vc_sw;
|
D | vt_kern.h | 134 extern int do_unbind_con_driver(const struct consw *csw, int first, int last,
|
/linux-4.1.27/drivers/video/console/ |
D | dummycon.c | 57 const struct consw dummy_con = {
|
D | sticon.c | 348 static const struct consw sti_con = {
|
D | mdacon.c | 567 static const struct consw mda_con = {
|
D | newport_con.c | 724 const struct consw newport_con = {
|
D | vgacon.c | 1421 const struct consw vga_con = {
|
D | fbcon.c | 141 static const struct consw fb_con; 3324 static const struct consw fb_con = {
|
/linux-4.1.27/drivers/tty/vt/ |
D | vt.c | 113 const struct consw *con; 123 const struct consw *conswitchp; 142 static const struct consw *con_driver_map[MAX_NR_CONSOLES]; 3093 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver() 3195 static int con_is_graphics(const struct consw *csw, int first, int last) in con_is_graphics() 3212 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver() 3215 const struct consw *defcsw = NULL; in do_unbind_con_driver() 3268 const struct consw *defconsw = conswitchp; in do_unbind_con_driver() 3293 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind() 3344 const struct consw *csw = NULL; in vt_unbind() [all …]
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 83 static const struct consw sisusb_con; 1360 static const struct consw sisusb_con = { 1408 static const struct consw sisusb_dummy_con = {
|