Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_vt220.c477 static int sysrq_pressed; variable
482 sysrq_pressed = 0; in sclp_vt220_reset_session()
493 * If pressed again, reset sysrq_pressed in sclp_vt220_handle_input()
496 sysrq_pressed = !sysrq_pressed; in sclp_vt220_handle_input()
497 if (sysrq_pressed) in sclp_vt220_handle_input()
499 } else if (sysrq_pressed) { in sclp_vt220_handle_input()
502 sysrq_pressed = 0; in sclp_vt220_handle_input()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_vt220.c483 static int sysrq_pressed; variable
488 sysrq_pressed = 0; in sclp_vt220_reset_session()
499 * If pressed again, reset sysrq_pressed in sclp_vt220_handle_input()
502 sysrq_pressed = !sysrq_pressed; in sclp_vt220_handle_input()
503 if (sysrq_pressed) in sclp_vt220_handle_input()
505 } else if (sysrq_pressed) { in sclp_vt220_handle_input()
508 sysrq_pressed = 0; in sclp_vt220_handle_input()
/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvc_console.c66 static int sysrq_pressed; variable
710 * sysrq_pressed and flip ^O char */ in __hvc_poll()
711 sysrq_pressed = !sysrq_pressed; in __hvc_poll()
712 if (sysrq_pressed) in __hvc_poll()
714 } else if (sysrq_pressed) { in __hvc_poll()
716 sysrq_pressed = 0; in __hvc_poll()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvc_console.c66 static int sysrq_pressed; variable
710 * sysrq_pressed and flip ^O char */ in __hvc_poll()
711 sysrq_pressed = !sysrq_pressed; in __hvc_poll()
712 if (sysrq_pressed) in __hvc_poll()
714 } else if (sysrq_pressed) { in __hvc_poll()
716 sysrq_pressed = 0; in __hvc_poll()
/kernel/linux/linux-5.10/drivers/tty/
H A Dmips_ejtag_fdc.c138 * @sysrq_pressed: Whether the magic sysrq key combination has been
165 bool sysrq_pressed; member
596 priv->sysrq_pressed = in mips_ejtag_fdc_handle()
597 !priv->sysrq_pressed; in mips_ejtag_fdc_handle()
598 if (priv->sysrq_pressed) in mips_ejtag_fdc_handle()
600 } else if (priv->sysrq_pressed) { in mips_ejtag_fdc_handle()
602 priv->sysrq_pressed = false; in mips_ejtag_fdc_handle()
/kernel/linux/linux-6.6/drivers/tty/
H A Dmips_ejtag_fdc.c138 * @sysrq_pressed: Whether the magic sysrq key combination has been
165 bool sysrq_pressed; member
596 priv->sysrq_pressed = in mips_ejtag_fdc_handle()
597 !priv->sysrq_pressed; in mips_ejtag_fdc_handle()
598 if (priv->sysrq_pressed) in mips_ejtag_fdc_handle()
600 } else if (priv->sysrq_pressed) { in mips_ejtag_fdc_handle()
602 priv->sysrq_pressed = false; in mips_ejtag_fdc_handle()

Completed in 16 milliseconds