Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_console.c75 static int sysrq_pressed; variable
650 sysrq_pressed = !sysrq_pressed; in hvc_poll()
651 if (sysrq_pressed) in hvc_poll()
653 } else if (sysrq_pressed) { in hvc_poll()
655 sysrq_pressed = 0; in hvc_poll()