Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dconsole.h46 struct consw { struct
98 extern const struct consw *conswitchp; argument
100 extern const struct consw dummy_con; /* dummy console buffer */
101 extern const struct consw vga_con; /* VGA text console */
102 extern const struct consw newport_con; /* SGI Newport console */
104 int con_is_bound(const struct consw *csw);
105 int do_unregister_con_driver(const struct consw *csw);
106 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
107 void give_up_console(const struct consw *sw);
H A Dconsole_struct.h108 const struct consw *vc_sw;
H A Dvt_kern.h119 int do_unbind_con_driver(const struct consw *csw, int first, int last,
/openbmc/linux/drivers/video/console/
H A Ddummycon.c133 const struct consw dummy_con = {
H A Dsticon.c362 static const struct consw sti_con = {
H A Dmdacon.c541 static const struct consw mda_con = {
H A Dnewport_con.c679 const struct consw newport_con = {
H A Dvgacon.c1165 const struct consw vga_con = {
/openbmc/linux/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];
3580 static int do_bind_con_driver(const struct consw *csw, int first, int last, in do_bind_con_driver()
3683 int do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) in do_unbind_con_driver()
3686 const struct consw *defcsw = NULL; in do_unbind_con_driver()
3739 const struct consw *defconsw = conswitchp; in do_unbind_con_driver()
3764 const struct consw *defcsw = NULL, *csw = NULL; in vt_bind()
3814 const struct consw *csw = NULL; in vt_unbind()
3937 int con_is_bound(const struct consw *csw) in con_is_bound()
[all …]
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c164 static const struct consw fb_con;
3150 static const struct consw fb_con = {