Home
last modified time | relevance | path

Searched refs:KEY_STOPCD (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/input/misc/
Dwistron_btns.c295 { KE_KEY, 0x71, {KEY_STOPCD} },
327 { KE_KEY, 0x25, {KEY_STOPCD} },
570 { KE_KEY, 0x25, {KEY_STOPCD} },
595 { KE_KEY, 0x25, {KEY_STOPCD} },
605 { KE_KEY, 0x71, {KEY_STOPCD} },
622 { KE_KEY, 0x25, {KEY_STOPCD} },
635 { KE_KEY, 0x25, {KEY_STOPCD} },
Dapanel.c177 [10] = KEY_STOPCD,
/linux-4.4.14/drivers/media/rc/keymaps/
Drc-ati-x10.c103 { 0x28, KEY_STOPCD }, /* ([]) Stop (KEY_STOP is something else!) */
/linux-4.4.14/drivers/platform/x86/
Dasus-nb-wmi.c328 { KE_KEY, 0x43, { KEY_STOPCD } }, /* Stop/Eject */
Ddell-wmi.c124 KEY_STOPCD, KEY_UNKNOWN, KEY_UNKNOWN, KEY_UNKNOWN,
Dasus-laptop.c315 {KE_KEY, 0x43, { KEY_STOPCD } }, /* Stop/Eject */
/linux-4.4.14/drivers/input/keyboard/
Dmaple_keyb.c88 KEY_RIGHTMETA, KEY_PLAYPAUSE, KEY_STOPCD, KEY_PREVIOUSSONG,
/linux-4.4.14/arch/arm/mach-pxa/
Dz2.c400 KEY(0, 6, KEY_STOPCD),
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h245 #define KEY_STOPCD 166 macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h245 #define KEY_STOPCD 166 macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h245 #define KEY_STOPCD 166 macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h245 #define KEY_STOPCD 166 macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h245 #define KEY_STOPCD 166 macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h245 #define KEY_STOPCD 166 macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h245 #define KEY_STOPCD 166 macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h245 #define KEY_STOPCD 166 macro
/linux-4.4.14/drivers/media/rc/
Dir-mce_kbd-decoder.c110 KEY_RIGHTALT, KEY_RIGHTMETA, KEY_PLAYPAUSE, KEY_STOPCD, KEY_PREVIOUSSONG,
/linux-4.4.14/drivers/hid/
Dhid-debug.c825 [KEY_STOPCD] = "StopCD", [KEY_RECORD] = "Record",
Dhid-input.c819 case 0x0b7: map_key_clear(KEY_STOPCD); break; in hidinput_configure_usage()