Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h379 #define BTN_GAMEPAD 0x130 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h379 #define BTN_GAMEPAD 0x130 macro
/Linux-v4.19/drivers/input/
Djoydev.c1035 .keybit = { [BIT_WORD(BTN_GAMEPAD)] = BIT_MASK(BTN_GAMEPAD) },
/Linux-v4.19/drivers/hid/
Dhid-input.c626 code += BTN_GAMEPAD; in hidinput_configure_usage()
635 case HID_GD_GAMEPAD: code += BTN_GAMEPAD; break; in hidinput_configure_usage()