Home
last modified time | relevance | path

Searched refs:con_switch (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/video/console/
H A Ddummycon.c148 .con_switch = dummycon_switch,
H A Dmdacon.c538 .con_switch = mdacon_switch,
H A Dsticon.c357 .con_switch = sticon_switch,
H A Dnewport_con.c690 .con_switch = newport_switch,
H A Dvgacon.c1202 .con_switch = vgacon_switch,
/linux/include/linux/
H A Dconsole.h104 bool (*con_switch)(struct vc_data *vc); member
/linux/drivers/tty/vt/
H A Dvt.c896 * effect of the con_switch method. We do it only on the foreground in flush_scrollback()
901 vc->vc_sw->con_switch(vc); in flush_scrollback()
957 update = vc->vc_sw->con_switch(vc); in redraw_screen()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c3148 .con_switch = fbcon_switch,