Home
last modified time | relevance | path

Searched refs:KEY_BRIGHTNESS_MIN (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Devdev_keycode.in532 * KEY_BRIGHTNESS_MIN and KEY_BRIGHTNESS_MAX constants were introduced
534 * Apparently, RHEL7 introduced an alternative KEY_BRIGHTNESS_MIN constant
537 * Ignore the system value of KEY_BRIGHTNESS_MIN.
539 # undef KEY_BRIGHTNESS_MIN
541 KEY_BRIGHTNESS_MIN 0x250
Devdev_keycode.h3358 # undef KEY_BRIGHTNESS_MIN
3360 #if defined(KEY_BRIGHTNESS_MIN) || (defined(HAVE_DECL_KEY_BRIGHTNESS_MIN) && HAVE_DECL_KEY_BRIGHTNE…
3362 static_assert((KEY_BRIGHTNESS_MIN) == (0x250), "KEY_BRIGHTNESS_MIN != 0x250");
3365 # define KEY_BRIGHTNESS_MIN 0x250
4381 # undef KEY_BRIGHTNESS_MIN
4383 [KEY_BRIGHTNESS_MIN] = XLAT(KEY_BRIGHTNESS_MIN),
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h608 #define KEY_BRIGHTNESS_MIN 0x250 /* Set Brightness to Minimum */ macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h604 #define KEY_BRIGHTNESS_MIN 0x250 /* Set Brightness to Minimum */ macro
/external/strace/
DChangeLog4329 xlat: override values of KEY_RFKILL and KEY_BRIGHTNESS_MIN constants.
4335 KEY_BRIGHTNESS_MIN and KEY_BRIGHTNESS_MAX constants were introduced
4337 Apparently, RHEL7 introduced an alternative KEY_BRIGHTNESS_MIN constant
4341 Ignore the system value of KEY_RFKILL and KEY_BRIGHTNESS_MIN.
4343 * xlat/evdev_keycode.in (KEY_RFKILL, KEY_BRIGHTNESS_MIN): Undefine.