Searched refs:con_switch (Results 1 – 7 of 7) sorted by relevance
156 .con_switch = dummycon_switch,
357 .con_switch = sticon_switch,
690 .con_switch = newport_switch,
1202 .con_switch = vgacon_switch,
55 * @con_switch: notifier about the console switch; it is supposed to return104 bool (*con_switch)(struct vc_data *vc); member
904 * 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()
3168 .con_switch = fbcon_switch,