Searched refs:BTN_JOYSTICK (Results 1 – 8 of 8) sorted by relevance
119 input_report_key(as5011->input_dev, BTN_JOYSTICK, !val); in as5011_button_interrupt()259 input_set_capability(input_dev, EV_KEY, BTN_JOYSTICK); in as5011_probe()
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 };
954 for (i = BTN_JOYSTICK - BTN_MISC; i < KEY_MAX - BTN_MISC + 1; i++) in joydev_connect()961 for (i = 0; i < BTN_JOYSTICK - BTN_MISC; i++) in joydev_connect()1057 .keybit = {[BIT_WORD(BTN_JOYSTICK)] = BIT_MASK(BTN_JOYSTICK) },
365 #define BTN_JOYSTICK 0x120 macro
716 code += BTN_JOYSTICK; in hidinput_configure_usage()741 case HID_GD_JOYSTICK: code += BTN_JOYSTICK; break; in hidinput_configure_usage()