Searched refs:sysrq_key_op (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/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) 149 static struct sysrq_key_op sysrq_crash_op = { 162 static struct sysrq_key_op sysrq_reboot_op = { 173 static struct sysrq_key_op sysrq_sync_op = { 185 static struct sysrq_key_op sysrq_show_timers_op = { 195 static struct sysrq_key_op sysrq_mountro_op = { [all …]
|
/Linux-v4.19/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-v4.19/kernel/power/ |
D | poweroff.c | 33 static struct sysrq_key_op sysrq_poweroff_op = {
|
/Linux-v4.19/arch/mips/kernel/ |
D | sysrq.c | 55 static struct sysrq_key_op sysrq_tlbdump_op = {
|
/Linux-v4.19/Documentation/admin-guide/ |
D | sysrq.rst | 228 Next, you must create a ``sysrq_key_op`` struct, and populate it with A) the key 233 After the ``sysrq_key_op`` is created, you can call the kernel function 234 ``register_sysrq_key(int key, struct sysrq_key_op *op_p);`` this will 237 the function ``unregister_sysrq_key(int key, struct sysrq_key_op *op_p)``, which
|
/Linux-v4.19/arch/sparc/kernel/ |
D | process_64.c | 315 static struct sysrq_key_op sparc_globalreg_op = { 390 static struct sysrq_key_op sparc_globalpmu_op = {
|
/Linux-v4.19/kernel/debug/ |
D | debug_core.c | 829 static struct sysrq_key_op sysrq_dbg_op = {
|
/Linux-v4.19/arch/alpha/kernel/ |
D | setup.c | 628 struct sysrq_key_op *op = __sysrq_get_key_op('b'); in setup_arch()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fb_helper.c | 608 static struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { 614 static struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { };
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 3696 static struct sysrq_key_op sysrq_xmon_op = {
|