Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole.h40 * struct consw - callbacks for consoles
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 *s
89 ownerconsw global() argument
90 con_startupconsw global() argument
91 con_initconsw global() argument
92 con_deinitconsw global() argument
93 con_clearconsw global() argument
95 con_putcconsw global() argument
97 con_putcsconsw global() argument
100 con_cursorconsw global() argument
101 con_scrollconsw global() argument
104 con_switchconsw global() argument
105 con_blankconsw global() argument
[all...]
H A Dconsole_struct.h108 const struct consw *vc_sw;
H A Dvt_kern.h126 int do_unbind_con_driver(const struct consw *csw, int first, int last,
/linux/Documentation/driver-api/tty/
H A Dconsole.rst25 :identifiers: consw
/linux/drivers/video/console/
H A Ddummycon.c146 const struct consw dummy_con = {
H A Dsticon.c348 static const struct consw sti_con = {
H A Dnewport_con.c680 const struct consw newport_con = {
H A Dvgacon.c1193 const struct consw vga_con = {
/linux/drivers/tty/vt/
H A Dvt.c48 * (struct consw) which contains function pointers to console operations
117 const struct consw *con;
127 const struct consw *conswitchp;
139 static const struct consw *con_driver_map[MAX_NR_CONSOLES];
3850 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver()
3953 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver()
3956 const struct consw *defcsw = NULL; in do_unbind_con_driver()
4009 const struct consw *defconsw = conswitchp; in do_unbind_con_driver()
4034 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind()
4084 const struct consw *cs in vt_unbind()
[all...]
/linux/drivers/video/fbdev/core/
H A Dfbcon.c171 static const struct consw fb_con;
3159 static const struct consw fb_con = {