Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_keycode.in532 * KEY_BRIGHTNESS_MIN and KEY_BRIGHTNESS_MAX constants were introduced
535 * with the same value as upstream KEY_BRIGHTNESS_MAX.
543 KEY_BRIGHTNESS_MAX 0x251
Devdev_keycode.h3367 #if defined(KEY_BRIGHTNESS_MAX) || (defined(HAVE_DECL_KEY_BRIGHTNESS_MAX) && HAVE_DECL_KEY_BRIGHTNE…
3369 static_assert((KEY_BRIGHTNESS_MAX) == (0x251), "KEY_BRIGHTNESS_MAX != 0x251");
3372 # define KEY_BRIGHTNESS_MAX 0x251
4385 [KEY_BRIGHTNESS_MAX] = XLAT(KEY_BRIGHTNESS_MAX),
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h609 #define KEY_BRIGHTNESS_MAX 0x251 /* Set Brightness to Maximum */ macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h605 #define KEY_BRIGHTNESS_MAX 0x251 /* Set Brightness to Maximum */ macro
/external/strace/
DChangeLog4335 KEY_BRIGHTNESS_MIN and KEY_BRIGHTNESS_MAX constants were introduced
4338 with the same value as upstream KEY_BRIGHTNESS_MAX.