Home
last modified time | relevance | path

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

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