BTN_TOOL_PENCIL   864 drivers/hid/hid-debug.c 	[BTN_TOOL_BRUSH] = "ToolBrush",		[BTN_TOOL_PENCIL] = "ToolPencil",
BTN_TOOL_PENCIL   650 drivers/hid/wacom_wac.c 		tool_type = BTN_TOOL_PENCIL;
BTN_TOOL_PENCIL  2255 drivers/hid/wacom_wac.c 			input_set_capability(input, EV_KEY, BTN_TOOL_PENCIL);
BTN_TOOL_PENCIL  3381 drivers/hid/wacom_wac.c 	__set_bit(BTN_TOOL_PENCIL, input_dev->keybit);
BTN_TOOL_PENCIL  3552 drivers/hid/wacom_wac.c 		__clear_bit(BTN_TOOL_PENCIL, wacom_wac->pen_input->keybit);
BTN_TOOL_PENCIL   207 drivers/input/tablet/aiptek.c #define AIPTEK_TOOL_BUTTON_PENCIL_MODE			BTN_TOOL_PENCIL
BTN_TOOL_PENCIL   323 drivers/input/tablet/aiptek.c 	BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,