Home
last modified time | relevance | path

Searched refs:KEY_BRIGHTNESS_AUTO (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h327 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
330 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h329 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
332 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h329 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
332 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h329 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
332 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-base.c223 [21] = KEY_BRIGHTNESS_AUTO,
/openbmc/linux/drivers/hid/
H A Dhid-debug.c983 [KEY_BRIGHTNESS_AUTO] = "BrightnessAuto",
H A Dhid-input.c1119 case 0x075: map_key_clear(KEY_BRIGHTNESS_AUTO); break; in hidinput_configure_usage()