tsw                95 drivers/input/touchscreen/wacom_i2c.c 	unsigned char tsw, f1, f2, ers;
tsw               103 drivers/input/touchscreen/wacom_i2c.c 	tsw = data[3] & 0x01;
tsw               117 drivers/input/touchscreen/wacom_i2c.c 	input_report_key(input, BTN_TOUCH, tsw || ers);
tsw                61 drivers/input/touchscreen/wacom_w8001.c 	u8 tsw;
tsw               112 drivers/input/touchscreen/wacom_w8001.c 	coord->tsw = data[0] & 0x01;
tsw               135 drivers/input/touchscreen/wacom_w8001.c 	coord->tsw = data[0] & 0x01;
tsw               254 drivers/input/touchscreen/wacom_w8001.c 	input_report_key(dev, BTN_TOUCH, coord->tsw);
tsw               274 drivers/input/touchscreen/wacom_w8001.c 	input_report_key(dev, BTN_TOUCH, coord->tsw);
tsw               278 drivers/input/touchscreen/wacom_w8001.c 	w8001->type = coord->tsw ? BTN_TOOL_FINGER : KEY_RESERVED;