Home
last modified time | relevance | path

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

/drivers/video/fbdev/geode/
Dgxfb_core.c38 static int vt_switch; variable
407 pm_set_vt_switch(vt_switch); in gxfb_probe()
537 module_param(vt_switch, int, 0);
538 MODULE_PARM_DESC(vt_switch, "enable VT switch during suspend/resume");
Dlxfb_core.c30 static int vt_switch; variable
539 pm_set_vt_switch(vt_switch); in lxfb_probe()
675 module_param(vt_switch, int, 0);
676 MODULE_PARM_DESC(vt_switch, "enable VT switch during suspend/resume");
/drivers/tty/vt/
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()