Home
last modified time | relevance | path

Searched refs:BTN_JOYSTICK (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/input/joystick/
H A Das5011.c119 input_report_key(as5011->input_dev, BTN_JOYSTICK, !val); in as5011_button_interrupt()
258 input_set_capability(input_dev, EV_KEY, BTN_JOYSTICK); in as5011_probe()
H A Dmaplecontrol.c127 if (idev->keybit[BIT_WORD(BTN_JOYSTICK)]) in probe_maple_controller()
H A Da3d.c317 input_dev->keybit[BIT_WORD(BTN_JOYSTICK)] |= in a3d_connect()
H A Dgrip_mp.c93 static const int grip_btn_c64[] = { BTN_JOYSTICK, -1 };
/openbmc/linux/drivers/input/
H A Djoydev.c954 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) },
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h363 #define BTN_JOYSTICK 0x120 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h365 #define BTN_JOYSTICK 0x120 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h365 #define BTN_JOYSTICK 0x120 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h365 #define BTN_JOYSTICK 0x120 macro
/openbmc/linux/drivers/hid/
H A Dhid-input.c768 code += BTN_JOYSTICK; in hidinput_configure_usage()
793 case HID_GD_JOYSTICK: code += BTN_JOYSTICK; break; in hidinput_configure_usage()