Searched refs:tool (Results 1 - 6 of 6) sorted by relevance

/drivers/input/tablet/
H A Dwacom_serial4.c75 * bit 6 Sign of pressure data; or wheel-rel for cursor tool
76 * bit 5 P7; or REL1 for cursor tool
77 * bit 4 P6; or REL0 for cursor tool
178 unsigned int tool; member in struct:wacom
315 unsigned int tool; local
336 tool = (button & wacom->eraser_mask) ? ERASER : STYLUS;
338 tool = CURSOR;
340 if (tool != wacom->tool && wacom->tool !
[all...]
/drivers/pci/pcie/aer/
H A DKconfig.debug16 help of a user space helper tool aer-inject, which can be
/drivers/hid/
H A Dwacom_wac.c53 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
55 input_report_key(input, wacom->tool[0], 1);
56 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */
63 input_report_key(input, wacom->tool[0], 0);
64 input_report_abs(input, ABS_MISC, 0); /* report tool id */
72 input_report_abs(input, ABS_MISC, STYLUS_DEVICE_ID); /* report tool id */
115 * an out of proximity for previous tool then a in for new tool.
117 if (!wacom->tool[0]) {
120 wacom->tool[
[all...]
H A Dwacom_wac.h178 int tool[2]; member in struct:wacom_wac
/drivers/input/touchscreen/
H A Dwacom_i2c.c43 int tool; member in struct:wacom_i2c
117 wac_i2c->tool = (data[3] & 0x0c) ?
123 input_report_key(input, wac_i2c->tool, wac_i2c->prox);
/drivers/i2c/busses/
H A DKconfig951 use this driver, you will need the inputattach tool, which is part

Completed in 174 milliseconds