Symbol: BTN_TOOL_RUBBER
drivers/hid/hid-debug.c
3299
[BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
drivers/hid/hid-input.c
1021
map_key_clear(BTN_TOOL_RUBBER);
drivers/hid/hid-input.c
1049
if (!test_bit(BTN_TOOL_RUBBER, input->keybit)) {
drivers/hid/hid-input.c
1051
set_bit(BTN_TOOL_RUBBER, input->keybit);
drivers/hid/hid-input.c
1612
hid_report_set_tool(report, input, BTN_TOOL_RUBBER);
drivers/hid/hid-input.c
1613
else if (report->tool != BTN_TOOL_RUBBER)
drivers/hid/hid-input.c
1622
hid_report_release_tool(report, input, BTN_TOOL_RUBBER);
drivers/hid/hid-input.c
1636
hid_report_set_tool(report, input, BTN_TOOL_RUBBER);
drivers/hid/hid-input.c
1639
hid_report_release_tool(report, input, BTN_TOOL_RUBBER);
drivers/hid/hid-input.c
1671
if (report->tool == BTN_TOOL_RUBBER)
drivers/hid/wacom_wac.c
134
wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
drivers/hid/wacom_wac.c
1346
wacom->tool[0] = BTN_TOOL_RUBBER;
drivers/hid/wacom_wac.c
1758
wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
drivers/hid/wacom_wac.c
187
wacom->tool[0] = BTN_TOOL_RUBBER;
drivers/hid/wacom_wac.c
200
if (wacom->tool[0] == BTN_TOOL_RUBBER && !(data[4] & 0x20)) {
drivers/hid/wacom_wac.c
201
input_report_key(input, BTN_TOOL_RUBBER, 0);
drivers/hid/wacom_wac.c
2348
BTN_TOOL_RUBBER, 0);
drivers/hid/wacom_wac.c
2360
input_set_capability(input, EV_KEY, BTN_TOOL_RUBBER);
drivers/hid/wacom_wac.c
243
input_report_key(input, BTN_TOOL_RUBBER, data[1] & 0x20);
drivers/hid/wacom_wac.c
2582
wacom_wac->tool[0] = BTN_TOOL_RUBBER;
drivers/hid/wacom_wac.c
271
wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
drivers/hid/wacom_wac.c
314
wacom->tool[0] = BTN_TOOL_RUBBER;
drivers/hid/wacom_wac.c
3225
wacom->tool[0] = BTN_TOOL_RUBBER;
drivers/hid/wacom_wac.c
3600
__set_bit(BTN_TOOL_RUBBER, input_dev->keybit);
drivers/hid/wacom_wac.c
376
wacom->tool[0] = BTN_TOOL_RUBBER;
drivers/hid/wacom_wac.c
3839
__set_bit(BTN_TOOL_RUBBER, input_dev->keybit);
drivers/hid/wacom_wac.c
3910
__set_bit(BTN_TOOL_RUBBER, input_dev->keybit);
drivers/hid/wacom_wac.c
3921
__set_bit(BTN_TOOL_RUBBER, input_dev->keybit);
drivers/hid/wacom_wac.c
3936
__set_bit(BTN_TOOL_RUBBER, input_dev->keybit);
drivers/hid/wacom_wac.c
729
return BTN_TOOL_RUBBER;
drivers/input/tablet/aiptek.c
210
#define AIPTEK_TOOL_BUTTON_ERASER_MODE BTN_TOOL_RUBBER
drivers/input/tablet/aiptek.c
323
BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
drivers/input/tablet/hanwang.c
148
hanwang->current_tool = BTN_TOOL_RUBBER;
drivers/input/tablet/hanwang.c
149
input_report_key(input_dev, BTN_TOOL_RUBBER, 1);
drivers/input/tablet/hanwang.c
95
BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
drivers/input/tablet/wacom_serial4.c
159
{ ERASER_DEVICE_ID, BTN_TOOL_RUBBER },
drivers/input/tablet/wacom_serial4.c
544
set_bit(BTN_TOOL_RUBBER, input_dev->keybit);
drivers/input/touchscreen/surface3_spi.c
128
int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
drivers/input/touchscreen/surface3_spi.c
301
input_set_capability(input, EV_KEY, BTN_TOOL_RUBBER);
drivers/input/touchscreen/wacom_i2c.c
130
BTN_TOOL_RUBBER : BTN_TOOL_PEN;
drivers/input/touchscreen/wacom_i2c.c
204
__set_bit(BTN_TOOL_RUBBER, input->keybit);
drivers/input/touchscreen/wacom_w8001.c
180
w8001->type != BTN_TOOL_RUBBER) {
drivers/input/touchscreen/wacom_w8001.c
229
case BTN_TOOL_RUBBER:
drivers/input/touchscreen/wacom_w8001.c
235
input_report_key(dev, BTN_TOOL_RUBBER, 0);
drivers/input/touchscreen/wacom_w8001.c
243
w8001->type = coord->f2 ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
drivers/input/touchscreen/wacom_w8001.c
306
w8001->type != BTN_TOOL_RUBBER) {
drivers/input/touchscreen/wacom_w8001.c
436
__set_bit(BTN_TOOL_RUBBER, dev->keybit);