Searched refs:BTN_JOYSTICK (Results 1 – 8 of 8) sorted by relevance
18 #define JOY_RANGE (BTN_DEAD - BTN_JOYSTICK + 1)34 int code = button + BTN_JOYSTICK; in universal_pidff_input_mapping()
745 code += BTN_JOYSTICK; in hidinput_configure_usage() 770 case HID_GD_JOYSTICK: code += BTN_JOYSTICK; break; in hidinput_configure_usage()
953 for (i = BTN_JOYSTICK - BTN_MISC; i < KEY_MAX - BTN_MISC + 1; i++) in joydev_connect() 960 for (i = 0; i < BTN_JOYSTICK - BTN_MISC; i++) in joydev_connect() 1056 .keybit = {[BIT_WORD(BTN_JOYSTICK)] = BIT_MASK(BTN_JOYSTICK) },
127 if (idev->keybit[BIT_WORD(BTN_JOYSTICK)]) in probe_maple_controller()
317 input_dev->keybit[BIT_WORD(BTN_JOYSTICK)] |= in a3d_connect()
93 static const int grip_btn_c64[] = { BTN_JOYSTICK, -1 };
365 #define BTN_JOYSTICK 0x120 macro