Searched refs:BTN_STYLUS2 (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/input/tablet/
H A Dacecad.c78 input_report_key(dev, BTN_STYLUS2, stylus2);
179 BIT_MASK(BTN_STYLUS2);
H A Dhanwang.c95 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
187 input_report_key(input_dev, BTN_STYLUS2,
H A Dwacom_serial4.c352 input_report_key(wacom->dev, BTN_STYLUS2, button & 4);
567 __set_bit(BTN_STYLUS2, input_dev->keybit);
H A Daiptek.c325 BTN_STYLUS, BTN_STYLUS2,
551 input_report_key(inputdev, BTN_STYLUS2, pck);
/linux-master/drivers/hid/
H A Dhid-letsketch.c119 input_set_capability(input, EV_KEY, BTN_STYLUS2);
182 input_report_key(input, BTN_STYLUS2, raw_data[1] & 0x04);
H A Dwacom_wac.c49 input_report_key(input, BTN_STYLUS2, 0);
221 input_report_key(input, BTN_STYLUS2, (wacom->tool[0] == BTN_TOOL_PEN) && (data[4] & 0x20));
256 input_report_key(input, BTN_STYLUS2, data[1] & 0x10);
278 input_report_key(input, BTN_STYLUS2, data[1] & 0x10);
326 input_report_key(input, BTN_STYLUS2, data[1] & 0x40);
401 input_report_key(input, BTN_STYLUS2, data[1] & 0x04);
807 input_report_key(input, BTN_STYLUS2, 0);
968 input_report_key(input, BTN_STYLUS2, data[1] & 4);
1425 input_report_key(pen_input, BTN_STYLUS2, frame[0] & 0x04);
1804 input_report_key(input, BTN_STYLUS2, dat
[all...]
H A Dhid-debug.c907 [BTN_STYLUS2] = "Stylus2", [BTN_TOOL_DOUBLETAP] = "ToolDoubleTap",
H A Dhid-input.c1036 map_key_clear(BTN_STYLUS2);
/linux-master/drivers/input/touchscreen/
H A Dwacom_i2c.c137 input_report_key(input, BTN_STYLUS2, f2);
206 __set_bit(BTN_STYLUS2, input->keybit);
H A Dwacom_w8001.c234 input_report_key(dev, BTN_STYLUS2, 0);
247 input_report_key(dev, BTN_STYLUS2, coord->f2);
440 __set_bit(BTN_STYLUS2, dev->keybit);
H A Dgoodix.c333 input_set_capability(input, EV_KEY, BTN_STYLUS2);
380 input_report_key(ts->input_pen, BTN_STYLUS2, key_value & 0x20);
383 input_report_key(ts->input_pen, BTN_STYLUS2, 0);
397 input_report_key(ts->input_pen, BTN_STYLUS2, 0);
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py37 SECONDARY_PRESSED = libevdev.EV_KEY.BTN_STYLUS2
116 for b in [libevdev.EV_KEY.BTN_STYLUS, libevdev.EV_KEY.BTN_STYLUS2]:
153 libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS2),
H A Dtest_wacom_generic.py730 libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS2, 1),
738 libevdev.InputEvent(libevdev.EV_KEY.BTN_STYLUS2, 0),
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h414 #define BTN_STYLUS2 0x14c macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h414 #define BTN_STYLUS2 0x14c macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h414 #define BTN_STYLUS2 0x14c macro
/linux-master/drivers/input/
H A Dmousedev.c239 case BTN_STYLUS2:

Completed in 232 milliseconds