Symbol: BTN_STYLUS
drivers/hid/hid-debug.c
3303
[BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
drivers/hid/hid-input.c
1040
map_key_clear(BTN_STYLUS);
drivers/hid/hid-letsketch.c
118
input_set_capability(input, EV_KEY, BTN_STYLUS);
drivers/hid/hid-letsketch.c
147
input_set_capability(input, EV_KEY, BTN_STYLUS);
drivers/hid/hid-letsketch.c
182
input_report_key(input, BTN_STYLUS, raw_data[1] & 0x02);
drivers/hid/hid-multitouch.c
1836
__set_bit(BTN_STYLUS, hi->input->keybit);
drivers/hid/wacom_wac.c
1388
input_report_key(pen_input, BTN_STYLUS, frame[0] & 0x02);
drivers/hid/wacom_wac.c
142
input_report_key(input, BTN_STYLUS, (data[5] & 0x40));
drivers/hid/wacom_wac.c
158
input_report_key(input, BTN_STYLUS, (data[5] & 0x40));
drivers/hid/wacom_wac.c
1767
input_report_key(input, BTN_STYLUS, data[1] & 0x02);
drivers/hid/wacom_wac.c
219
input_report_key(input, BTN_STYLUS, data[4] & 0x10);
drivers/hid/wacom_wac.c
2370
wacom_map_usage(input, usage, field, EV_KEY, BTN_STYLUS, 0);
drivers/hid/wacom_wac.c
255
input_report_key(input, BTN_STYLUS, data[1] & 0x02);
drivers/hid/wacom_wac.c
2603
input_report_key(input, BTN_STYLUS, wacom_wac->hid_data.barrelswitch);
drivers/hid/wacom_wac.c
277
input_report_key(input, BTN_STYLUS, data[1] & 0x02);
drivers/hid/wacom_wac.c
3248
input_report_key(input, BTN_STYLUS, btn1);
drivers/hid/wacom_wac.c
325
input_report_key(input, BTN_STYLUS, data[1] & 0x20);
drivers/hid/wacom_wac.c
3586
__set_bit(BTN_STYLUS, input_dev->keybit);
drivers/hid/wacom_wac.c
3842
__set_bit(BTN_STYLUS, input_dev->keybit);
drivers/hid/wacom_wac.c
3911
__set_bit(BTN_STYLUS, input_dev->keybit);
drivers/hid/wacom_wac.c
3922
__set_bit(BTN_STYLUS, input_dev->keybit);
drivers/hid/wacom_wac.c
3937
__set_bit(BTN_STYLUS, input_dev->keybit);
drivers/hid/wacom_wac.c
400
input_report_key(input, BTN_STYLUS, data[1] & 0x02);
drivers/hid/wacom_wac.c
4252
__set_bit(BTN_STYLUS, input_dev->keybit);
drivers/hid/wacom_wac.c
4359
__set_bit(BTN_STYLUS, input_dev->keybit);
drivers/hid/wacom_wac.c
48
input_report_key(input, BTN_STYLUS, 0);
drivers/hid/wacom_wac.c
760
input_report_key(input, BTN_STYLUS, 0);
drivers/hid/wacom_wac.c
921
input_report_key(input, BTN_STYLUS, data[1] & 2);
drivers/input/mousedev.c
233
case BTN_STYLUS:
drivers/input/tablet/acecad.c
178
BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) |
drivers/input/tablet/acecad.c
77
input_report_key(dev, BTN_STYLUS, stylus);
drivers/input/tablet/aiptek.c
325
BTN_STYLUS, BTN_STYLUS2,
drivers/input/tablet/aiptek.c
550
input_report_key(inputdev, BTN_STYLUS, bs);
drivers/input/tablet/hanwang.c
184
input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02);
drivers/input/tablet/hanwang.c
95
BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
drivers/input/tablet/wacom_serial4.c
351
input_report_key(wacom->dev, BTN_STYLUS, button & 2);
drivers/input/tablet/wacom_serial4.c
547
set_bit(BTN_STYLUS, input_dev->keybit);
drivers/input/touchscreen/goodix.c
334
input_set_capability(input, EV_KEY, BTN_STYLUS);
drivers/input/touchscreen/goodix.c
381
input_report_key(ts->input_pen, BTN_STYLUS, key_value & 0x10);
drivers/input/touchscreen/goodix.c
384
input_report_key(ts->input_pen, BTN_STYLUS, 0);
drivers/input/touchscreen/goodix.c
398
input_report_key(ts->input_pen, BTN_STYLUS, 0);
drivers/input/touchscreen/surface3_spi.c
143
BTN_STYLUS,
drivers/input/touchscreen/surface3_spi.c
299
input_set_capability(input, EV_KEY, BTN_STYLUS);
drivers/input/touchscreen/wacom_i2c.c
136
input_report_key(input, BTN_STYLUS, f1);
drivers/input/touchscreen/wacom_i2c.c
205
__set_bit(BTN_STYLUS, input->keybit);
drivers/input/touchscreen/wacom_w8001.c
233
input_report_key(dev, BTN_STYLUS, 0);
drivers/input/touchscreen/wacom_w8001.c
255
input_report_key(dev, BTN_STYLUS, coord->f1);
drivers/input/touchscreen/wacom_w8001.c
437
__set_bit(BTN_STYLUS, dev->keybit);