Home
last modified time | relevance | path

Searched refs:vt_switch (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/video/fbdev/geode/
H A Dgxfb_core.c38 static int vt_switch; variable
403 pm_set_vt_switch(vt_switch); in gxfb_probe()
538 module_param(vt_switch, int, 0);
539 MODULE_PARM_DESC(vt_switch, "enable VT switch during suspend/resume");
H A Dlxfb_core.c30 static int vt_switch; variable
535 pm_set_vt_switch(vt_switch); in lxfb_probe()
676 module_param(vt_switch, int, 0);
677 MODULE_PARM_DESC(vt_switch, "enable VT switch during suspend/resume");
/openbmc/linux/Documentation/fb/
H A Dlxfb.rst51 vt_switch enable vt switching during suspend/resume. The vt
H A Dgxfb.rst50 vt_switch enable vt switching during suspend/resume. The vt
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c156 static bool vt_switch; variable
423 vt_switch = true; in vt_set_leds_compute_shiftstate()
1265 if (vt_switch) { in kbd_bh()
1267 vt_switch = false; in kbd_bh()