BTN_TOOL_PEN 863 drivers/hid/hid-debug.c [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber", BTN_TOOL_PEN 793 drivers/hid/hid-input.c default: map_key(BTN_TOOL_PEN); break; BTN_TOOL_PEN 874 drivers/hid/hid-ntrig.c __clear_bit(BTN_TOOL_PEN, input->keybit); BTN_TOOL_PEN 68 drivers/hid/hid-uclogic-core.c input_report_key(input, BTN_TOOL_PEN, 0); BTN_TOOL_PEN 237 drivers/hid/hid-udraw-ps3.c input_report_key(udraw->pen_input_dev, BTN_TOOL_PEN, 1); BTN_TOOL_PEN 243 drivers/hid/hid-udraw-ps3.c input_report_key(udraw->pen_input_dev, BTN_TOOL_PEN, 0); BTN_TOOL_PEN 348 drivers/hid/hid-udraw-ps3.c set_bit(BTN_TOOL_PEN, input_dev->keybit); BTN_TOOL_PEN 96 drivers/hid/wacom_wac.c wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; BTN_TOOL_PEN 114 drivers/hid/wacom_wac.c input_report_key(input, BTN_TOOL_PEN, 1); BTN_TOOL_PEN 153 drivers/hid/wacom_wac.c wacom->tool[0] = BTN_TOOL_PEN; BTN_TOOL_PEN 166 drivers/hid/wacom_wac.c wacom->tool[0] = BTN_TOOL_PEN; BTN_TOOL_PEN 183 drivers/hid/wacom_wac.c input_report_key(input, BTN_STYLUS2, (wacom->tool[0] == BTN_TOOL_PEN) && (data[4] & 0x20)); BTN_TOOL_PEN 209 drivers/hid/wacom_wac.c input_report_key(input, BTN_TOOL_PEN, data[1] & 0x20); BTN_TOOL_PEN 233 drivers/hid/wacom_wac.c wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; BTN_TOOL_PEN 234 drivers/hid/wacom_wac.c if (wacom->tool[0] == BTN_TOOL_PEN) BTN_TOOL_PEN 281 drivers/hid/wacom_wac.c wacom->tool[0] = BTN_TOOL_PEN; BTN_TOOL_PEN 333 drivers/hid/wacom_wac.c wacom->tool[0] = BTN_TOOL_PEN; BTN_TOOL_PEN 669 drivers/hid/wacom_wac.c tool_type = BTN_TOOL_PEN; BTN_TOOL_PEN 723 drivers/hid/wacom_wac.c tool_type = BTN_TOOL_PEN; BTN_TOOL_PEN 1307 drivers/hid/wacom_wac.c wacom->tool[0] = BTN_TOOL_PEN; BTN_TOOL_PEN 1714 drivers/hid/wacom_wac.c wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; BTN_TOOL_PEN 2214 drivers/hid/wacom_wac.c wacom_map_usage(input, usage, field, EV_KEY, BTN_TOOL_PEN, 0); BTN_TOOL_PEN 2245 drivers/hid/wacom_wac.c wacom_map_usage(input, usage, field, EV_KEY, BTN_TOOL_PEN, 0); BTN_TOOL_PEN 2252 drivers/hid/wacom_wac.c input_set_capability(input, EV_KEY, BTN_TOOL_PEN); BTN_TOOL_PEN 2426 drivers/hid/wacom_wac.c wacom_wac->tool[0] = BTN_TOOL_PEN; BTN_TOOL_PEN 3001 drivers/hid/wacom_wac.c wacom->tool[0] = BTN_TOOL_PEN; BTN_TOOL_PEN 3364 drivers/hid/wacom_wac.c __set_bit(BTN_TOOL_PEN, input_dev->keybit); BTN_TOOL_PEN 3622 drivers/hid/wacom_wac.c __set_bit(BTN_TOOL_PEN, input_dev->keybit); BTN_TOOL_PEN 3691 drivers/hid/wacom_wac.c __set_bit(BTN_TOOL_PEN, input_dev->keybit); BTN_TOOL_PEN 3702 drivers/hid/wacom_wac.c __set_bit(BTN_TOOL_PEN, input_dev->keybit); BTN_TOOL_PEN 3717 drivers/hid/wacom_wac.c __set_bit(BTN_TOOL_PEN, input_dev->keybit); BTN_TOOL_PEN 66 drivers/input/tablet/acecad.c input_report_key(dev, BTN_TOOL_PEN, prox); BTN_TOOL_PEN 180 drivers/input/tablet/acecad.c input_dev->keybit[BIT_WORD(BTN_DIGI)] = BIT_MASK(BTN_TOOL_PEN) | BTN_TOOL_PEN 206 drivers/input/tablet/aiptek.c #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN BTN_TOOL_PEN 323 drivers/input/tablet/aiptek.c BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH, BTN_TOOL_PEN 98 drivers/input/tablet/hanwang.c BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PEN 117 drivers/input/tablet/hanwang.c hanwang->current_tool = BTN_TOOL_PEN; BTN_TOOL_PEN 145 drivers/input/tablet/hanwang.c hanwang->current_tool = BTN_TOOL_PEN; BTN_TOOL_PEN 146 drivers/input/tablet/hanwang.c input_report_key(input_dev, BTN_TOOL_PEN, 1); BTN_TOOL_PEN 193 drivers/input/tablet/hanwang.c input_report_key(input_dev, BTN_TOOL_PEN, 1); BTN_TOOL_PEN 59 drivers/input/tablet/kbtab.c input_report_key(dev, BTN_TOOL_PEN, 1); BTN_TOOL_PEN 157 drivers/input/tablet/kbtab.c BIT_MASK(BTN_TOOL_PEN) | BIT_MASK(BTN_TOUCH); BTN_TOOL_PEN 162 drivers/input/tablet/pegasus_notetaker.c input_report_key(dev, BTN_TOOL_PEN, 1); BTN_TOOL_PEN 362 drivers/input/tablet/pegasus_notetaker.c __set_bit(BTN_TOOL_PEN, input_dev->keybit); BTN_TOOL_PEN 158 drivers/input/tablet/wacom_serial4.c { STYLUS_DEVICE_ID, BTN_TOOL_PEN }, BTN_TOOL_PEN 543 drivers/input/tablet/wacom_serial4.c set_bit(BTN_TOOL_PEN, input_dev->keybit); BTN_TOOL_PEN 130 drivers/input/touchscreen/surface3_spi.c int tool = (prox && rubber) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; BTN_TOOL_PEN 298 drivers/input/touchscreen/surface3_spi.c data->pen_tool = BTN_TOOL_PEN; BTN_TOOL_PEN 309 drivers/input/touchscreen/surface3_spi.c input_set_capability(input, EV_KEY, BTN_TOOL_PEN); BTN_TOOL_PEN 113 drivers/input/touchscreen/wacom_i2c.c BTN_TOOL_RUBBER : BTN_TOOL_PEN; BTN_TOOL_PEN 185 drivers/input/touchscreen/wacom_i2c.c __set_bit(BTN_TOOL_PEN, input->keybit); BTN_TOOL_PEN 179 drivers/input/touchscreen/wacom_w8001.c if (w8001->type != BTN_TOOL_PEN && BTN_TOOL_PEN 237 drivers/input/touchscreen/wacom_w8001.c w8001->type = BTN_TOOL_PEN; BTN_TOOL_PEN 243 drivers/input/touchscreen/wacom_w8001.c w8001->type = coord->f2 ? BTN_TOOL_RUBBER : BTN_TOOL_PEN; BTN_TOOL_PEN 305 drivers/input/touchscreen/wacom_w8001.c if (w8001->type != BTN_TOOL_PEN && BTN_TOOL_PEN 437 drivers/input/touchscreen/wacom_w8001.c __set_bit(BTN_TOOL_PEN, dev->keybit);