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

/linux-master/drivers/video/console/
H A Ddummycon.c148 .con_switch = dummycon_switch,
H A Dsticon.c357 .con_switch = sticon_switch,
H A Dmdacon.c538 .con_switch = mdacon_switch,
H A Dvgacon.c1202 .con_switch = vgacon_switch,
H A Dnewport_con.c690 .con_switch = newport_switch,
/linux-master/include/linux/
H A Dconsole.h53 * @con_switch: notifier about the console switch; it is supposed to return
102 bool (*con_switch)(struct vc_data *vc); member in struct:consw
/linux-master/drivers/tty/vt/
H A Dvt.c896 * effect of the con_switch method. We do it only on the foreground
901 vc->vc_sw->con_switch(vc);
957 update = vc->vc_sw->con_switch(vc);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c3128 .con_switch = fbcon_switch,

Completed in 138 milliseconds