Home
last modified time | relevance | path

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

/linux/include/linux/
A Dconsole.h44 struct consw { struct
95 extern const struct consw *conswitchp; argument
97 extern const struct consw dummy_con; /* dummy console buffer */
98 extern const struct consw vga_con; /* VGA text console */
99 extern const struct consw newport_con; /* SGI Newport console */
101 int con_is_bound(const struct consw *csw);
102 int do_unregister_con_driver(const struct consw *csw);
103 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
104 void give_up_console(const struct consw *sw);
A Dconsole_struct.h109 const struct consw *vc_sw;
A Dvt_kern.h120 int do_unbind_con_driver(const struct consw *csw, int first, int last,
/linux/drivers/video/console/
A Ddummycon.c133 const struct consw dummy_con = {
A Dsticon.c360 static const struct consw sti_con = {
A Dmdacon.c541 static const struct consw mda_con = {
A Dnewport_con.c678 const struct consw newport_con = {
A Dvgacon.c1204 const struct consw vga_con = {
/linux/drivers/tty/vt/
A Dvt.c118 const struct consw *con;
128 const struct consw *conswitchp;
140 static const struct consw *con_driver_map[MAX_NR_CONSOLES];
3630 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver()
3736 const struct consw *defcsw = NULL; in do_unbind_con_driver()
3789 const struct consw *defconsw = conswitchp; in do_unbind_con_driver()
3814 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind()
3864 const struct consw *csw = NULL; in vt_unbind()
3987 int con_is_bound(const struct consw *csw) in con_is_bound()
4184 int do_unregister_con_driver(const struct consw *csw) in do_unregister_con_driver()
[all …]
/linux/drivers/usb/misc/sisusbvga/
A Dsisusb_con.c77 static const struct consw sisusb_con;
1282 static const struct consw sisusb_con = {
1348 static const struct consw sisusb_dummy_con = {
/linux/drivers/video/fbdev/core/
A Dfbcon.c154 static const struct consw fb_con;
2571 static const struct consw fb_con = {

Completed in 28 milliseconds