Searched refs:sysrq_key_op (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/drivers/tty/ |
| D | sysrq.c | 110 static const struct sysrq_key_op sysrq_loglevel_op = { 124 static const struct sysrq_key_op sysrq_SAK_op = { 131 #define sysrq_SAK_op (*(const struct sysrq_key_op *)NULL) 140 static const struct sysrq_key_op sysrq_unraw_op = { 147 #define sysrq_unraw_op (*(const struct sysrq_key_op *)NULL) 157 static const struct sysrq_key_op sysrq_crash_op = { 170 static const struct sysrq_key_op sysrq_reboot_op = { 177 const struct sysrq_key_op *__sysrq_reboot_op = &sysrq_reboot_op; 183 static const struct sysrq_key_op sysrq_sync_op = { 195 static const struct sysrq_key_op sysrq_show_timers_op = { [all …]
|
| /Linux-v5.15/include/linux/ |
| D | sysrq.h | 32 struct sysrq_key_op { struct 48 int register_sysrq_key(int key, const struct sysrq_key_op *op); argument 49 int unregister_sysrq_key(int key, const struct sysrq_key_op *op); 50 extern const struct sysrq_key_op *__sysrq_reboot_op; 65 static inline int register_sysrq_key(int key, const struct sysrq_key_op *op) in register_sysrq_key() 70 static inline int unregister_sysrq_key(int key, const struct sysrq_key_op *op) in unregister_sysrq_key()
|
| /Linux-v5.15/kernel/power/ |
| D | poweroff.c | 32 static const struct sysrq_key_op sysrq_poweroff_op = {
|
| /Linux-v5.15/arch/mips/kernel/ |
| D | sysrq.c | 55 static const struct sysrq_key_op sysrq_tlbdump_op = {
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | sysrq.rst | 232 Next, you must create a ``sysrq_key_op`` struct, and populate it with A) the key 237 After the ``sysrq_key_op`` is created, you can call the kernel function 238 ``register_sysrq_key(int key, const struct sysrq_key_op *op_p);`` this will 241 the function ``unregister_sysrq_key(int key, const struct sysrq_key_op *op_p)``,
|
| /Linux-v5.15/arch/sparc/kernel/ |
| D | process_64.c | 312 static const struct sysrq_key_op sparc_globalreg_op = { 387 static const struct sysrq_key_op sparc_globalpmu_op = {
|
| /Linux-v5.15/kernel/debug/ |
| D | debug_core.c | 977 static const struct sysrq_key_op sysrq_dbg_op = {
|
| /Linux-v5.15/kernel/rcu/ |
| D | tree_stall.h | 980 static const struct sysrq_key_op sysrq_rcudump_op = {
|
| /Linux-v5.15/arch/alpha/kernel/ |
| D | setup.c | 430 static const struct sysrq_key_op srm_sysrq_reboot_op = {
|
| /Linux-v5.15/drivers/gpu/drm/ |
| D | drm_fb_helper.c | 310 static const struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { 316 static const struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { };
|
| /Linux-v5.15/arch/powerpc/xmon/ |
| D | xmon.c | 4010 static const struct sysrq_key_op sysrq_xmon_op = {
|