Searched refs:BTN_TOUCH (Results 51 - 75 of 113) sorted by relevance

12345

/linux-master/drivers/input/mouse/
H A Dvsxxxaa.c243 input_report_key(dev, BTN_TOUCH, 0);
295 input_report_key(dev, BTN_TOUCH, touch);
348 input_report_key(dev, BTN_TOUCH, 0);
481 __set_bit(BTN_TOUCH, input_dev->keybit); /* ...and Tablet */
H A Dlifebook.c184 input_report_key(dev1, BTN_TOUCH, packet[0] & 0x04);
326 input_set_capability(dev1, EV_KEY, BTN_TOUCH);
H A Dsynaptics_usb.c159 * BTN_TOUCH has to be first as mousedev relies on it when doing
164 input_report_key(input_dev, BTN_TOUCH, 1);
166 input_report_key(input_dev, BTN_TOUCH, 0);
406 __set_bit(BTN_TOUCH, input_dev->keybit);
H A Dbyd.c241 input_report_key(dev, BTN_TOUCH, priv->touch);
491 __set_bit(BTN_TOUCH, dev->keybit);
H A Dappletouch.c616 input_report_key(dev->input, BTN_TOUCH, 1);
630 input_report_key(dev->input, BTN_TOUCH, 0);
736 input_report_key(dev->input, BTN_TOUCH, 1);
750 input_report_key(dev->input, BTN_TOUCH, 0);
913 set_bit(BTN_TOUCH, input_dev->keybit);
/linux-master/drivers/input/tablet/
H A Dacecad.c76 input_report_key(dev, BTN_TOUCH, touch);
178 BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) |
H A Dpegasus_notetaker.c160 input_report_key(dev, BTN_TOUCH, data[1] & PEN_TIP);
366 __set_bit(BTN_TOUCH, input_dev->keybit);
/linux-master/drivers/hid/
H A Dhid-letsketch.c116 input_set_capability(input, EV_KEY, BTN_TOUCH);
180 input_report_key(input, BTN_TOUCH, raw_data[1] & 0x01);
H A Dwacom_wac.c47 input_report_key(input, BTN_TOUCH, 0);
141 input_report_key(input, BTN_TOUCH, ((signed char)data[6] > -127));
147 input_report_key(input, BTN_TOUCH, 0);
157 input_report_key(input, BTN_TOUCH, ((signed char)data[6] > -80) && !(data[5] & 0x20));
218 input_report_key(input, BTN_TOUCH, data[4] & 0x08);
244 input_report_key(input, BTN_TOUCH, data[1] & 0x08);
248 input_report_key(input, BTN_TOUCH, data[1] & 0x01);
282 input_report_key(input, BTN_TOUCH, data[1] & 0x05);
331 input_report_key(input, BTN_TOUCH, pressure > 10);
399 input_report_key(input, BTN_TOUCH, dat
[all...]
/linux-master/drivers/input/touchscreen/
H A Dwacom_i2c.c134 input_report_key(input, BTN_TOUCH, tsw || ers);
207 __set_bit(BTN_TOUCH, input->keybit);
H A Deeti_ts.c62 input_report_key(eeti->input, BTN_TOUCH, buf[0] & REPORT_BIT_PRESSED);
189 input_set_capability(input, EV_KEY, BTN_TOUCH);
H A Dwacom_w8001.c232 input_report_key(dev, BTN_TOUCH, 0);
254 input_report_key(dev, BTN_TOUCH, coord->tsw);
274 input_report_key(dev, BTN_TOUCH, coord->tsw);
436 __set_bit(BTN_TOUCH, dev->keybit);
484 __set_bit(BTN_TOUCH, dev->keybit);
H A Dfsl-imx25-tcq.c282 input_report_key(priv->idev, BTN_TOUCH, 1);
293 input_report_key(priv->idev, BTN_TOUCH, 0);
539 input_set_capability(idev, EV_KEY, BTN_TOUCH);
H A Dti_am335x_tsc.c294 input_report_key(input_dev, BTN_TOUCH, 0);
331 input_report_key(input_dev, BTN_TOUCH, 1);
469 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dsurface3_spi.c137 input_report_key(dev, BTN_TOUCH, st & 0x12);
298 input_set_capability(input, EV_KEY, BTN_TOUCH);
H A Dmxs-lradc-ts.c397 input_report_key(ts->ts_input, BTN_TOUCH, 1);
439 input_report_key(ts->ts_input, BTN_TOUCH, 0);
591 input_set_capability(input, EV_KEY, BTN_TOUCH);
H A Dimx6ul_tsc.c290 input_report_key(tsc->input, BTN_TOUCH, 1);
294 input_report_key(tsc->input, BTN_TOUCH, 0);
397 input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
H A Dauo-pixcir-ts.c199 input_report_key(ts->input, BTN_TOUCH, 0);
241 input_report_key(ts->input, BTN_TOUCH, fingers > 0);
531 __set_bit(BTN_TOUCH, input_dev->keybit);
H A Dad7879.c212 input_report_key(input_dev, BTN_TOUCH, 1);
234 input_report_key(input_dev, BTN_TOUCH, 0);
568 input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
H A Dtsc200x-core.c121 input_report_key(ts->idev, BTN_TOUCH, !!pressure);
127 input_report_key(ts->idev, BTN_TOUCH, 0);
534 input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
H A Dbcm_iproc_tsc.c213 input_report_key(priv->idev, BTN_TOUCH, priv->pen_status);
470 __set_bit(BTN_TOUCH, idev->keybit);
/linux-master/drivers/input/misc/
H A Dad714x.c380 input_report_key(sw->input, BTN_TOUCH, 1);
387 input_report_key(sw->input, BTN_TOUCH, 0);
553 input_report_key(sw->input, BTN_TOUCH, 1);
560 input_report_key(sw->input, BTN_TOUCH, 0);
848 input_report_key(sw->input, BTN_TOUCH,
857 input_report_key(sw->input, BTN_TOUCH, 0);
1042 __set_bit(BTN_TOUCH, input->keybit);
1072 __set_bit(BTN_TOUCH, input->keybit);
1103 __set_bit(BTN_TOUCH, input->keybit);
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py79 libevdev.EV_KEY.BTN_TOUCH,
122 libevdev.EV_KEY.BTN_TOUCH,
H A Dtest_wacom_generic.py650 libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1),
659 libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 0),
795 libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1),
945 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
956 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 0) in events
998 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
/linux-master/drivers/input/
H A Dinput-mt.c61 __set_bit(BTN_TOUCH, dev->keybit);
190 * Performs legacy pointer emulation via BTN_TOUCH, ABS_X, ABS_Y and
222 input_event(dev, EV_KEY, BTN_TOUCH, count > 0);

Completed in 234 milliseconds

12345