Searched refs:sysrq_key_op (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/drivers/tty/ |
| D | sysrq.c | 110 static const struct sysrq_key_op sysrq_loglevel_op = { 123 static const struct sysrq_key_op sysrq_SAK_op = { 130 #define sysrq_SAK_op (*(const struct sysrq_key_op *)NULL) 139 static const struct sysrq_key_op sysrq_unraw_op = { 146 #define sysrq_unraw_op (*(const struct sysrq_key_op *)NULL) 156 static const struct sysrq_key_op sysrq_crash_op = { 169 static const struct sysrq_key_op sysrq_reboot_op = { 176 const struct sysrq_key_op *__sysrq_reboot_op = &sysrq_reboot_op; 182 static const struct sysrq_key_op sysrq_sync_op = { 194 static const struct sysrq_key_op sysrq_show_timers_op = { [all …]
|
| /Linux-v5.10/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.10/kernel/power/ |
| D | poweroff.c | 32 static const struct sysrq_key_op sysrq_poweroff_op = {
|
| /Linux-v5.10/arch/mips/kernel/ |
| D | sysrq.c | 55 static const struct sysrq_key_op sysrq_tlbdump_op = {
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | sysrq.rst | 230 Next, you must create a ``sysrq_key_op`` struct, and populate it with A) the key 235 After the ``sysrq_key_op`` is created, you can call the kernel function 236 ``register_sysrq_key(int key, const struct sysrq_key_op *op_p);`` this will 239 the function ``unregister_sysrq_key(int key, const struct sysrq_key_op *op_p)``,
|
| /Linux-v5.10/arch/sparc/kernel/ |
| D | process_64.c | 315 static const struct sysrq_key_op sparc_globalreg_op = { 390 static const struct sysrq_key_op sparc_globalpmu_op = {
|
| /Linux-v5.10/kernel/rcu/ |
| D | tree_stall.h | 823 static const struct sysrq_key_op sysrq_rcudump_op = {
|
| /Linux-v5.10/kernel/debug/ |
| D | debug_core.c | 970 static const struct sysrq_key_op sysrq_dbg_op = {
|
| /Linux-v5.10/arch/alpha/kernel/ |
| D | setup.c | 438 static const struct sysrq_key_op srm_sysrq_reboot_op = {
|
| /Linux-v5.10/drivers/gpu/drm/ |
| D | drm_fb_helper.c | 326 static const struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { 332 static const struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { };
|
| /Linux-v5.10/arch/powerpc/xmon/ |
| D | xmon.c | 3944 static const struct sysrq_key_op sysrq_xmon_op = {
|