Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/input/
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
/linux-5.19.10/include/uapi/linux/
Dinput-event-codes.h380 #define BTN_GAMEPAD 0x130 macro
/linux-5.19.10/include/dt-bindings/input/
Dlinux-event-codes.h380 #define BTN_GAMEPAD 0x130 macro
/linux-5.19.10/drivers/input/
Djoydev.c1063 .keybit = { [BIT_WORD(BTN_GAMEPAD)] = BIT_MASK(BTN_GAMEPAD) },
/linux-5.19.10/drivers/hid/
Dhid-input.c722 code += BTN_GAMEPAD; in hidinput_configure_usage()
742 case HID_GD_GAMEPAD: code += BTN_GAMEPAD; break; in hidinput_configure_usage()