Home
last modified time | relevance | path

Searched refs:tsw (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
Dwacom_w8001.c59 u8 tsw; member
106 coord->tsw = data[0] & 0x01; in parse_pen_data()
129 coord->tsw = data[0] & 0x01; in parse_single_touch()
253 input_report_key(dev, BTN_TOUCH, coord->tsw); in report_pen_events()
273 input_report_key(dev, BTN_TOUCH, coord->tsw); in report_single_touch()
274 input_report_key(dev, BTN_TOOL_FINGER, coord->tsw); in report_single_touch()
278 w8001->type = coord->tsw ? BTN_TOOL_FINGER : KEY_RESERVED; in report_single_touch()
Dwacom_i2c.c100 unsigned char tsw, f1, f2, ers; in wacom_i2c_irq() local
108 tsw = data[3] & 0x01; in wacom_i2c_irq()
122 input_report_key(input, BTN_TOUCH, tsw || ers); in wacom_i2c_irq()