Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h327 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
330 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h327 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
330 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h327 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
330 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h327 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
330 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h327 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
330 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h327 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
330 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h327 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
330 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h327 #define KEY_BRIGHTNESS_AUTO 244 /* Set Auto Brightness: manual macro
330 #define KEY_BRIGHTNESS_ZERO KEY_BRIGHTNESS_AUTO
/linux-4.4.14/drivers/hid/
Dhid-debug.c949 [KEY_BRIGHTNESS_AUTO] = "BrightnessAuto",
Dhid-input.c784 case 0x075: map_key_clear(KEY_BRIGHTNESS_AUTO); break; in hidinput_configure_usage()