Home
last modified time | relevance | path

Searched refs:KEY_RFKILL (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Devdev_keycode.in261 * KEY_RFKILL and KEY_NUMERIC_A constants were introduced by Linux kernel
263 * Apparently, RHEL6 introduced an alternative KEY_RFKILL constant
266 * Ignore the system value of KEY_RFKILL.
268 # undef KEY_RFKILL
270 KEY_RFKILL 247
Devdev_keycode.h1695 # undef KEY_RFKILL
1697 #if defined(KEY_RFKILL) || (defined(HAVE_DECL_KEY_RFKILL) && HAVE_DECL_KEY_RFKILL)
1699 static_assert((KEY_RFKILL) == (247), "KEY_RFKILL != 247");
1702 # define KEY_RFKILL 247
4110 # undef KEY_RFKILL
4112 [KEY_RFKILL] = XLAT(KEY_RFKILL),
/external/libxkbcommon/test/
Devdev-scancodes.h284 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
/external/libxkbcommon/test/data/keycodes/
Devdev285 <I255> = 255; // #define KEY_RFKILL 247
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h337 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
/external/autotest/client/bin/input/
Dlinux_input.py456 KEY_RFKILL = 247 # Key that controls all radios variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs295 pub const KEY_RFKILL: u16 = 247; constant
/external/libxkbcommon/test/data/symbols/
Dinet219 key <I255> { [ XF86RFKill ] }; // KEY_RFKILL
/external/strace/
DChangeLog4329 xlat: override values of KEY_RFKILL and KEY_BRIGHTNESS_MIN constants.
4330 KEY_RFKILL and KEY_NUMERIC_A constants were introduced by Linux kernel
4332 Apparently, RHEL6 introduced an alternative KEY_RFKILL constant
4341 Ignore the system value of KEY_RFKILL and KEY_BRIGHTNESS_MIN.
4343 * xlat/evdev_keycode.in (KEY_RFKILL, KEY_BRIGHTNESS_MIN): Undefine.