Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dconsole.h44 struct consw { struct
96 extern const struct consw *conswitchp; argument
98 extern const struct consw dummy_con; /* dummy console buffer */
99 extern const struct consw vga_con; /* VGA text console */
100 extern const struct consw newport_con; /* SGI Newport console */
102 int con_is_bound(const struct consw *csw);
103 int do_unregister_con_driver(const struct consw *csw);
104 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
105 void give_up_console(const struct consw *sw);
H A Dconsole_struct.h109 const struct consw *vc_sw;
H A Dvt_kern.h132 int do_unbind_con_driver(const struct consw *csw, int first, int last,
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Ddummycon.c150 const struct consw dummy_con = {
H A Dmdacon.c541 static const struct consw mda_con = {
H A Dsticon.c360 static const struct consw sti_con = {
H A Dnewport_con.c678 const struct consw newport_con = {
H A Dvgacon.c1226 const struct consw vga_con = {
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt.c118 const struct consw *con;
128 const struct consw *conswitchp;
140 static const struct consw *con_driver_map[MAX_NR_CONSOLES];
3639 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver()
3742 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver()
3745 const struct consw *defcsw = NULL; in do_unbind_con_driver()
3798 const struct consw *defconsw = conswitchp; in do_unbind_con_driver()
3823 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind()
3873 const struct consw *csw = NULL; in vt_unbind()
3996 int con_is_bound(const struct consw *csw) in con_is_bound()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c77 static const struct consw sisusb_con;
1282 static const struct consw sisusb_con = {
1366 static const struct consw sisusb_dummy_con = {
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c162 static const struct consw fb_con;
3150 static const struct consw fb_con = {