Home
last modified time | relevance | path

Searched refs:KEY_FN_S (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/test/
Devdev-scancodes.h487 #define KEY_FN_S 0x1e3 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h546 #define KEY_FN_S 0x1e3 macro
/external/strace/xlat/
Devdev_keycode.h2957 #if defined(KEY_FN_S) || (defined(HAVE_DECL_KEY_FN_S) && HAVE_DECL_KEY_FN_S)
2959 static_assert((KEY_FN_S) == (0x1e3), "KEY_FN_S != 0x1e3");
2962 # define KEY_FN_S 0x1e3
4304 [KEY_FN_S] = XLAT(KEY_FN_S),
Devdev_keycode.in462 KEY_FN_S 0x1e3
/external/autotest/client/bin/input/
Dlinux_input.py647 KEY_FN_S = 0x1e3 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs498 pub const KEY_FN_S: u16 = 0x1e3; constant