Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dlogips2pp.c64 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 Dsermouse.c164 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 Da3d.c131 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 Dadi.c66 …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 Dlinux-event-codes.h361 #define BTN_EXTRA 0x114
360 #define BTN_EXTRA global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h361 #define BTN_EXTRA 0x114 macro
/linux/net/bluetooth/hidp/
H A Dcore.c230 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 Dwacom_wac.c755 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 Dhid-debug.c3281 [BTN_EXTRA] = "ExtraBtn", [BTN_FORWARD] = "ForwardBtn",
/linux/drivers/input/
H A Dmousedev.c247 case BTN_EXTRA: index = 4; break; in mousedev_key_event()