Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/console/
H A Ddummycon.c143 .con_switch = dummycon_switch,
H A Dmdacon.c551 .con_switch = mdacon_switch,
H A Dsticon.c372 .con_switch = sticon_switch,
H A Dnewport_con.c689 .con_switch = newport_switch,
H A Dvgacon.c1175 .con_switch = vgacon_switch,
/openbmc/linux/include/linux/
H A Dconsole.h60 int (*con_switch)(struct vc_data *vc); member
/openbmc/linux/drivers/tty/vt/
H A Dvt.c912 vc->vc_sw->con_switch(vc); in flush_scrollback()
969 update = vc->vc_sw->con_switch(vc); in redraw_screen()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c3158 .con_switch = fbcon_switch,