Searched refs:KEY_ROTATE_LOCK_TOGGLE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/platform/x86/intel/ |
H 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 */
|
H A D | hid.c | 88 { KE_KEY, 0xC8, { KEY_ROTATE_LOCK_TOGGLE } }, /* Press */ 89 { KE_IGNORE, 0xC9, { KEY_ROTATE_LOCK_TOGGLE } }, /* Release */
|
/openbmc/linux/drivers/input/misc/ |
H A D | soc_button_array.c | 502 { "rotation_lock", 4, EV_KEY, KEY_ROTATE_LOCK_TOGGLE, false, false, true },
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 604 #define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */ macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 605 #define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */ 604 #define KEY_ROTATE_LOCK_TOGGLE global() macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 605 #define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */ macro
|