Searched refs:sysrq_key_op (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/tty/ |
| D | sysrq.c | 96 static struct sysrq_key_op sysrq_loglevel_op = { 109 static struct sysrq_key_op sysrq_SAK_op = { 116 #define sysrq_SAK_op (*(struct sysrq_key_op *)NULL) 125 static struct sysrq_key_op sysrq_unraw_op = { 132 #define sysrq_unraw_op (*(struct sysrq_key_op *)NULL) 142 static struct sysrq_key_op sysrq_crash_op = { 155 static struct sysrq_key_op sysrq_reboot_op = { 166 static struct sysrq_key_op sysrq_sync_op = { 178 static struct sysrq_key_op sysrq_show_timers_op = { 188 static struct sysrq_key_op sysrq_mountro_op = { [all …]
|
| /Linux-v5.4/include/linux/ |
| D | sysrq.h | 32 struct sysrq_key_op { struct 48 int register_sysrq_key(int key, struct sysrq_key_op *op); argument 49 int unregister_sysrq_key(int key, struct sysrq_key_op *op); 50 struct sysrq_key_op *__sysrq_get_key_op(int key); 64 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key() 69 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
|
| /Linux-v5.4/kernel/power/ |
| D | poweroff.c | 32 static struct sysrq_key_op sysrq_poweroff_op = {
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | sysrq.c | 55 static struct sysrq_key_op sysrq_tlbdump_op = {
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | sysrq.rst | 226 Next, you must create a ``sysrq_key_op`` struct, and populate it with A) the key 231 After the ``sysrq_key_op`` is created, you can call the kernel function 232 ``register_sysrq_key(int key, struct sysrq_key_op *op_p);`` this will 235 the function ``unregister_sysrq_key(int key, struct sysrq_key_op *op_p)``, which
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | process_64.c | 316 static struct sysrq_key_op sparc_globalreg_op = { 391 static struct sysrq_key_op sparc_globalpmu_op = {
|
| /Linux-v5.4/kernel/rcu/ |
| D | tree_stall.h | 707 static struct sysrq_key_op sysrq_rcudump_op = {
|
| /Linux-v5.4/kernel/debug/ |
| D | debug_core.c | 889 static struct sysrq_key_op sysrq_dbg_op = {
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | setup.c | 553 struct sysrq_key_op *op = __sysrq_get_key_op('b'); in setup_arch()
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_fb_helper.c | 317 static struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { 323 static struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { };
|
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | xmon.c | 3772 static struct sysrq_key_op sysrq_xmon_op = {
|