Symbol: BTN_STYLUS2
drivers/hid/hid-debug.c
3304
[BTN_STYLUS2] = "Stylus2", [BTN_TOOL_DOUBLETAP] = "ToolDoubleTap",
drivers/hid/hid-input.c
1058
map_key_clear(BTN_STYLUS2);
drivers/hid/hid-letsketch.c
119
input_set_capability(input, EV_KEY, BTN_STYLUS2);
drivers/hid/hid-letsketch.c
183
input_report_key(input, BTN_STYLUS2, raw_data[1] & 0x04);
drivers/hid/wacom_wac.c
1389
input_report_key(pen_input, BTN_STYLUS2, frame[0] & 0x04);
drivers/hid/wacom_wac.c
1768
input_report_key(input, BTN_STYLUS2, data[1] & 0x10);
drivers/hid/wacom_wac.c
221
input_report_key(input, BTN_STYLUS2, (wacom->tool[0] == BTN_TOOL_PEN) && (data[4] & 0x20));
drivers/hid/wacom_wac.c
2375
wacom_map_usage(input, usage, field, EV_KEY, BTN_STYLUS2, 0);
drivers/hid/wacom_wac.c
256
input_report_key(input, BTN_STYLUS2, data[1] & 0x10);
drivers/hid/wacom_wac.c
2604
input_report_key(input, BTN_STYLUS2, wacom_wac->hid_data.barrelswitch2);
drivers/hid/wacom_wac.c
278
input_report_key(input, BTN_STYLUS2, data[1] & 0x10);
drivers/hid/wacom_wac.c
3249
input_report_key(input, BTN_STYLUS2, btn2);
drivers/hid/wacom_wac.c
326
input_report_key(input, BTN_STYLUS2, data[1] & 0x40);
drivers/hid/wacom_wac.c
3587
__set_bit(BTN_STYLUS2, input_dev->keybit);
drivers/hid/wacom_wac.c
3843
__set_bit(BTN_STYLUS2, input_dev->keybit);
drivers/hid/wacom_wac.c
3912
__set_bit(BTN_STYLUS2, input_dev->keybit);
drivers/hid/wacom_wac.c
3916
__set_bit(BTN_STYLUS2, input_dev->keybit);
drivers/hid/wacom_wac.c
3938
__set_bit(BTN_STYLUS2, input_dev->keybit);
drivers/hid/wacom_wac.c
401
input_report_key(input, BTN_STYLUS2, data[1] & 0x04);
drivers/hid/wacom_wac.c
49
input_report_key(input, BTN_STYLUS2, 0);
drivers/hid/wacom_wac.c
761
input_report_key(input, BTN_STYLUS2, 0);
drivers/hid/wacom_wac.c
922
input_report_key(input, BTN_STYLUS2, data[1] & 4);
drivers/input/mousedev.c
239
case BTN_STYLUS2:
drivers/input/tablet/acecad.c
179
BIT_MASK(BTN_STYLUS2);
drivers/input/tablet/acecad.c
78
input_report_key(dev, BTN_STYLUS2, stylus2);
drivers/input/tablet/aiptek.c
325
BTN_STYLUS, BTN_STYLUS2,
drivers/input/tablet/aiptek.c
551
input_report_key(inputdev, BTN_STYLUS2, pck);
drivers/input/tablet/hanwang.c
187
input_report_key(input_dev, BTN_STYLUS2,
drivers/input/tablet/hanwang.c
95
BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
drivers/input/tablet/wacom_serial4.c
352
input_report_key(wacom->dev, BTN_STYLUS2, button & 4);
drivers/input/tablet/wacom_serial4.c
567
__set_bit(BTN_STYLUS2, input_dev->keybit);
drivers/input/touchscreen/goodix.c
335
input_set_capability(input, EV_KEY, BTN_STYLUS2);
drivers/input/touchscreen/goodix.c
382
input_report_key(ts->input_pen, BTN_STYLUS2, key_value & 0x20);
drivers/input/touchscreen/goodix.c
385
input_report_key(ts->input_pen, BTN_STYLUS2, 0);
drivers/input/touchscreen/goodix.c
399
input_report_key(ts->input_pen, BTN_STYLUS2, 0);
drivers/input/touchscreen/wacom_i2c.c
137
input_report_key(input, BTN_STYLUS2, f2);
drivers/input/touchscreen/wacom_i2c.c
206
__set_bit(BTN_STYLUS2, input->keybit);
drivers/input/touchscreen/wacom_w8001.c
234
input_report_key(dev, BTN_STYLUS2, 0);
drivers/input/touchscreen/wacom_w8001.c
247
input_report_key(dev, BTN_STYLUS2, coord->f2);
drivers/input/touchscreen/wacom_w8001.c
438
__set_bit(BTN_STYLUS2, dev->keybit);