Searched refs:BTN_THUMBR (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/hid/ |
D | hid-icade.c | 156 [15] = { BTN_THUMBR, 1 }, 157 [25] = { BTN_THUMBR, 0 },
|
D | hid-debug.c | 877 [BTN_THUMBL] = "BtnThumbL", [BTN_THUMBR] = "BtnThumbR",
|
D | hid-sony.c | 671 [0x03] = BTN_THUMBR, /* R3 */
|
D | hid-wiimote-modules.c | 1608 BTN_THUMBR, /* WIIMOD_PRO_KEY_THUMBR */
|
/linux-4.1.27/drivers/input/joystick/ |
D | xpad.c | 222 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */ 404 input_report_key(dev, BTN_THUMBR, data[2] & 0x80); in xpad_process_packet() 454 input_report_key(dev, BTN_THUMBR, data[2] & 0x80); in xpad360_process_packet() 563 input_report_key(dev, BTN_THUMBR, data[5] & 0x80); in xpadone_process_buttons()
|
D | gamecon.c | 556 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR 655 input_report_key(dev, BTN_THUMBR, ~data[0] & 0x02); in gc_psx_report_one()
|
/linux-4.1.27/arch/arm/boot/dts/include/dt-bindings/input/ |
D | input.h | 330 #define BTN_THUMBR 0x13e macro
|
/linux-4.1.27/arch/mips/boot/dts/include/dt-bindings/input/ |
D | input.h | 330 #define BTN_THUMBR 0x13e macro
|
/linux-4.1.27/include/dt-bindings/input/ |
D | input.h | 330 #define BTN_THUMBR 0x13e macro
|
/linux-4.1.27/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | input.h | 330 #define BTN_THUMBR 0x13e macro
|
/linux-4.1.27/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | input.h | 330 #define BTN_THUMBR 0x13e macro
|
/linux-4.1.27/arch/metag/boot/dts/include/dt-bindings/input/ |
D | input.h | 330 #define BTN_THUMBR 0x13e macro
|
/linux-4.1.27/Documentation/input/ |
D | gamepad.txt | 131 BTN_THUMBL (first/left) and BTN_THUMBR (second/right).
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 538 #define BTN_THUMBR 0x13e macro
|