Searched refs:sysrq_key_op (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | sysrq.c | 93 static struct sysrq_key_op sysrq_loglevel_op = { 106 static struct sysrq_key_op sysrq_SAK_op = { 113 #define sysrq_SAK_op (*(struct sysrq_key_op *)NULL) 122 static struct sysrq_key_op sysrq_unraw_op = { 129 #define sysrq_unraw_op (*(struct sysrq_key_op *)NULL) 140 static struct sysrq_key_op sysrq_crash_op = { 153 static struct sysrq_key_op sysrq_reboot_op = { 164 static struct sysrq_key_op sysrq_sync_op = { 176 static struct sysrq_key_op sysrq_show_timers_op = { 186 static struct sysrq_key_op sysrq_mountro_op = { [all …]
|
/linux-4.1.27/include/linux/ |
D | sysrq.h | 31 struct sysrq_key_op { struct 47 int register_sysrq_key(int key, struct sysrq_key_op *op); argument 48 int unregister_sysrq_key(int key, struct sysrq_key_op *op); 49 struct sysrq_key_op *__sysrq_get_key_op(int key); 63 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key() 68 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
|
/linux-4.1.27/kernel/power/ |
D | poweroff.c | 33 static struct sysrq_key_op sysrq_poweroff_op = {
|
/linux-4.1.27/Documentation/ |
D | sysrq.txt | 198 Next, you must create a sysrq_key_op struct, and populate it with A) the key 203 After the sysrq_key_op is created, you can call the kernel function 204 register_sysrq_key(int key, struct sysrq_key_op *op_p); this will 207 the function unregister_sysrq_key(int key, struct sysrq_key_op *op_p), which
|
/linux-4.1.27/arch/sparc/kernel/ |
D | process_64.c | 306 static struct sysrq_key_op sparc_globalreg_op = { 381 static struct sysrq_key_op sparc_globalpmu_op = {
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | debug.c | 246 static struct sysrq_key_op emac_sysrq_op = {
|
/linux-4.1.27/kernel/debug/ |
D | debug_core.c | 828 static struct sysrq_key_op sysrq_dbg_op = {
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fb_helper.c | 489 static struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { 495 static struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { };
|
/linux-4.1.27/arch/alpha/kernel/ |
D | setup.c | 626 struct sysrq_key_op *op = __sysrq_get_key_op('b'); in setup_arch()
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | xmon.c | 2977 static struct sysrq_key_op sysrq_xmon_op = {
|