Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Ddummycon.c156 .con_switch = dummycon_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.h55 * @con_switch: notifier about the console switch; it is supposed to return
104 bool (*con_switch)(struct vc_data *vc); member
/linux/drivers/tty/vt/
H A Dvt.c904 * effect of the con_switch method. We do it only on the foreground in flush_scrollback()
909 vc->vc_sw->con_switch(vc); in flush_scrollback()
965 update = vc->vc_sw->con_switch(vc); in redraw_screen()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c3168 .con_switch = fbcon_switch,