Searched refs:tsw (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | wacom_i2c.c | 112 unsigned char tsw, f1, f2, ers; in wacom_i2c_irq() local 120 tsw = data[3] & WACOM_TIP_SWITCH; in wacom_i2c_irq() 134 input_report_key(input, BTN_TOUCH, tsw || ers); in wacom_i2c_irq()
|
H A D | wacom_w8001.c | 61 u8 tsw; member 112 coord->tsw = data[0] & 0x01; in parse_pen_data() 135 coord->tsw = data[0] & 0x01; in parse_single_touch() 254 input_report_key(dev, BTN_TOUCH, coord->tsw); in report_pen_events() 274 input_report_key(dev, BTN_TOUCH, coord->tsw); in report_single_touch() 278 w8001->type = coord->tsw ? BTN_TOOL_FINGER : KEY_RESERVED; in report_single_touch()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 61 u8 tsw; member 112 coord->tsw = data[0] & 0x01; in parse_pen_data() 135 coord->tsw = data[0] & 0x01; in parse_single_touch() 254 input_report_key(dev, BTN_TOUCH, coord->tsw); in report_pen_events() 274 input_report_key(dev, BTN_TOUCH, coord->tsw); in report_single_touch() 278 w8001->type = coord->tsw ? BTN_TOOL_FINGER : KEY_RESERVED; in report_single_touch()
|
H A D | wacom_i2c.c | 94 unsigned char tsw, f1, f2, ers; in wacom_i2c_irq() local 102 tsw = data[3] & 0x01; in wacom_i2c_irq() 116 input_report_key(input, BTN_TOUCH, tsw || ers); in wacom_i2c_irq()
|
Completed in 3 milliseconds