Searched refs:BTN_EXTRA (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/input/mouse/ |
| H A D | logips2pp.c | 64 input_report_key(dev, BTN_EXTRA, packet[2] & BIT(5)); in ps2pp_process_byte() 71 input_report_key(dev, BTN_EXTRA, packet[2] & BIT(1)); in ps2pp_process_byte() 280 input_set_capability(input_dev, EV_KEY, BTN_EXTRA); in ps2pp_set_model_properties()
|
| H A D | sermouse.c | 164 input_report_key(dev, BTN_EXTRA, (data >> 5) & 1); in sermouse_process_ms() 258 if (c & 0x04) set_bit(BTN_EXTRA, input_dev->keybit); in sermouse_connect()
|
| /linux/drivers/input/joystick/ |
| H A D | a3d.c | 131 input_report_key(dev, BTN_EXTRA, data[7] & 4); in a3d_read() 316 BIT_MASK(BTN_SIDE) | BIT_MASK(BTN_EXTRA); in a3d_connect()
|
| H A D | adi.c | 66 …BTN_TRIGGER, BTN_TOP, BTN_THUMB, BTN_TOP2, BTN_BASE, BTN_BASE2, BTN_BASE3, BTN_BASE4, BTN_EXTRA };
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 361 #define BTN_EXTRA 0x114 360 #define BTN_EXTRA global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 361 #define BTN_EXTRA 0x114 macro
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 230 input_report_key(dev, BTN_EXTRA, sdata[0] & 0x10); in hidp_input_report() 715 BIT_MASK(BTN_EXTRA); in hidp_setup_input()
|
| /linux/drivers/hid/ |
| H A D | wacom_wac.c | 755 input_report_key(input, BTN_EXTRA, 0); in wacom_exit_report() 958 input_report_key(input, BTN_EXTRA, data[8] & 0x10); in wacom_intuos_general() 971 input_report_key(input, BTN_EXTRA, data[6] & 0x10); in wacom_intuos_general() 990 input_report_key(input, BTN_EXTRA, data[8] & 0x20); in wacom_intuos_general() 999 input_report_key(input, BTN_EXTRA, data[8] & 0x08); in wacom_intuos_general() 3639 __set_bit(BTN_EXTRA, input_dev->keybit); in wacom_setup_intuos()
|
| H A D | hid-debug.c | 3281 [BTN_EXTRA] = "ExtraBtn", [BTN_FORWARD] = "ForwardBtn",
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 247 case BTN_EXTRA: index = 4; break; in mousedev_key_event()
|