Searched defs:sysrq (Results 1 - 3 of 3) sorted by relevance

/drivers/s390/char/
H A Dkeyboard.h31 unsigned short sysrq; member in struct:kbd_data
/drivers/tty/hvc/
H A Dhvsi.c43 #include <linux/sysrq.h>
94 uint8_t sysrq; member in struct:hvsi_struct
342 hp->sysrq = 1;
344 } else if (hp->sysrq) {
346 hp->sysrq = 0;
/drivers/tty/
H A Dsysrq.c25 #include <linux/sysrq.h>
48 /* Whether we react on sysrq keys or just ignore them */
70 pr_info("sysrq always enabled.\n");
317 * Signal sysrq helper function. Sends a signal to all user processes.
507 * Raise the apparent loglevel to maximum so that the sysrq header
519 * Should we check for enabled operations (/proc/sysrq-trigger
527 printk("This sysrq operation is disabled.\n");
582 struct sysrq_state *sysrq = local
584 struct input_handle *handle = &sysrq->handle;
585 unsigned int alt_code = sysrq
609 struct sysrq_state *sysrq = handle->private; local
714 struct sysrq_state *sysrq; local
752 struct sysrq_state *sysrq = handle->private; local
[all...]

Completed in 1024 milliseconds