Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsysrq.h46 void handle_sysrq(u8 key);
57 static inline void handle_sysrq(u8 key) in handle_sysrq() function
H A Dserial_core.h1045 handle_sysrq(ch); in uart_handle_sysrq_char()
1091 handle_sysrq(sysrq_ch); in uart_unlock_and_check_sysrq()
1110 handle_sysrq(sysrq_ch); in uart_unlock_and_check_sysrq_irqrestore()
/openbmc/linux/drivers/s390/char/
H A Dctrlchar.c25 handle_sysrq(sysrq->key); in ctrlchar_handle_sysrq()
H A Dkeyboard.c334 handle_sysrq(value); in kbd_keycode()
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dsysrq.rst249 如果对于某种原因,在 handle_sysrq 调用的处理函数中,你认为有必要调用
250 handle_sysrq 函数时,你必须意识到当前你处于一个锁中(你同时也处于一个中断处理
/openbmc/linux/drivers/char/
H A Dhangcheck-timer.c131 handle_sysrq('t'); in hangcheck_fire()
/openbmc/linux/drivers/xen/
H A Dmanage.c311 handle_sysrq(sysrq_key); in sysrq_handler()
/openbmc/linux/drivers/tty/
H A Dsysrq.c630 void handle_sysrq(u8 key) in handle_sysrq() function
635 EXPORT_SYMBOL(handle_sysrq);
H A Dmips_ejtag_fdc.c588 handle_sysrq('g'); in mips_ejtag_fdc_handle()
601 handle_sysrq(buf[i]); in mips_ejtag_fdc_handle()
/openbmc/linux/Documentation/admin-guide/
H A Dsysrq.rst258 If for some reason you feel the need to call the handle_sysrq function from
259 within a function called by handle_sysrq, you must be aware that you are in
/openbmc/linux/drivers/usb/serial/
H A Dgeneric.c579 handle_sysrq(ch); in usb_serial_handle_sysrq_char()
/openbmc/linux/drivers/input/keyboard/
H A Dcros_ec_keyb.c282 handle_sysrq(val); in cros_ec_keyb_work()
/openbmc/linux/arch/um/drivers/
H A Dmconsole_kern.c623 handle_sysrq(*op); in sysrq_proc()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.c715 handle_sysrq(buf[i]); in __hvc_poll()
H A Dhvsi.c332 handle_sysrq(c); in hvsi_insert_chars()