Searched refs:KEY_ROTATE_LOCK_TOGGLE (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/platform/x86/intel/ |
| A D | vbtn.c | 46 { KE_KEY, 0xC8, { KEY_ROTATE_LOCK_TOGGLE } }, /* rotate-lock key press */ 47 { KE_KEY, 0xC9, { KEY_ROTATE_LOCK_TOGGLE } }, /* rotate-lock key release */
|
| A D | hid.c | 66 { KE_KEY, 0xC8, { KEY_ROTATE_LOCK_TOGGLE } }, /* Press */ 67 { KE_IGNORE, 0xC9, { KEY_ROTATE_LOCK_TOGGLE } }, /* Release */
|
| /linux/drivers/input/misc/ |
| A D | soc_button_array.c | 455 { "rotation_lock", 4, EV_KEY, KEY_ROTATE_LOCK_TOGGLE, false, false, true },
|
| /linux/include/dt-bindings/input/ |
| A D | linux-event-codes.h | 603 #define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */ macro
|
| /linux/include/uapi/linux/ |
| A D | input-event-codes.h | 603 #define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */ macro
|
Completed in 15 milliseconds