Searched refs:vt_switch (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/ |
H A D | lxfb_core.c | 29 static int vt_switch; variable 534 pm_set_vt_switch(vt_switch); in lxfb_probe() 670 module_param(vt_switch, int, 0); 671 MODULE_PARM_DESC(vt_switch, "enable VT switch during suspend/resume");
|
H A D | gxfb_core.c | 37 static int vt_switch; variable 402 pm_set_vt_switch(vt_switch); in gxfb_probe() 532 module_param(vt_switch, int, 0); 533 MODULE_PARM_DESC(vt_switch, "enable VT switch during suspend/resume");
|
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/ |
H A D | lxfb_core.c | 30 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");
|
H A D | gxfb_core.c | 38 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");
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | keyboard.c | 156 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()
|
Completed in 6 milliseconds