Searched refs:KEY_ROTATE_LOCK_TOGGLE (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/platform/x86/intel/ |
| H A D | vbtn.c | 49 { KE_KEY, 0xC8, { KEY_ROTATE_LOCK_TOGGLE } }, /* rotate-lock key press */ 50 { KE_KEY, 0xC9, { KEY_ROTATE_LOCK_TOGGLE } }, /* rotate-lock key release */
|
| H A D | hid.c | 95 { KE_KEY, 0xC8, { KEY_ROTATE_LOCK_TOGGLE } }, /* Press */ 96 { KE_IGNORE, 0xC9, { KEY_ROTATE_LOCK_TOGGLE } }, /* Release */
|
| /linux/drivers/input/misc/ |
| H A D | soc_button_array.c | 500 { "rotation_lock", 4, EV_KEY, KEY_ROTATE_LOCK_TOGGLE, false, false, true },
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 611 #define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */ macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 611 #define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */ macro
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3481 [KEY_ROTATE_LOCK_TOGGLE] = "RotateLockToggle",
|