Home
last modified time | relevance | path

Searched refs:BTN_GAMEPAD (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/input/
H A Dgamepad.rst69 All gamepads that follow the protocol described here map BTN_GAMEPAD. This is
102 device reports BTN_SOUTH (which BTN_GAMEPAD is an alias for). Regardless
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h379 #define BTN_GAMEPAD 0x130 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h379 #define BTN_GAMEPAD 0x130 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h378 #define BTN_GAMEPAD 0x130 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h356 #define BTN_GAMEPAD 0x130 macro
H A Dlinux-event-codes.h380 #define BTN_GAMEPAD 0x130 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h380 #define BTN_GAMEPAD 0x130 macro
/OK3568_Linux_fs/kernel/drivers/input/
H A Djoydev.c1054 .keybit = { [BIT_WORD(BTN_GAMEPAD)] = BIT_MASK(BTN_GAMEPAD) },
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c627 code += BTN_GAMEPAD; in hidinput_configure_usage()
636 case HID_GD_GAMEPAD: code += BTN_GAMEPAD; break; in hidinput_configure_usage()