Searched refs:BTN_TOUCH (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/touchscreen/
H A Dhp680_ts_input.c57 input_report_key(hp680_ts_dev, BTN_TOUCH, 1);
61 input_report_key(hp680_ts_dev, BTN_TOUCH, 0);
85 hp680_ts_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dmk712.c101 input_report_key(mk712_dev, BTN_TOUCH, 0);
110 input_report_key(mk712_dev, BTN_TOUCH, 1);
190 mk712_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dtouchwin.c75 input_report_key(dev, BTN_TOUCH, 1);
80 input_report_key(dev, BTN_TOUCH, 0);
136 input_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dgunze.c75 input_report_key(dev, BTN_TOUCH, gunze->data[0] == 'T');
141 input_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dmtouch.c73 input_report_key(dev, BTN_TOUCH, MTOUCH_GET_TOUCHED(mtouch->data));
154 input_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dpenmount.c60 input_report_key(dev, BTN_TOUCH, !!(pm->data[0] & 0x40));
117 input_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dtouchright.c72 input_report_key(dev, BTN_TOUCH,
129 input_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Delo.c103 input_report_key(dev, BTN_TOUCH, elo->data[2] & ELO10_TOUCH);
140 input_report_key(dev, BTN_TOUCH, 1);
157 input_report_key(dev, BTN_TOUCH, !!elo->data[5]);
178 input_report_key(dev, BTN_TOUCH, !(elo->data[1] & 0x80));
324 input_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dcorgi_ts.c189 input_report_key(dev, BTN_TOUCH, corgi_ts->pendown);
306 input_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dh3600_ts_input.c231 input_report_key(dev, BTN_TOUCH, 1);
244 input_report_key(dev, BTN_TOUCH, 0);
381 set_bit(BTN_TOUCH, input_dev->keybit);
H A Dusbtouchscreen.c521 input_report_key(usbtouch->input, BTN_TOUCH, usbtouch->touch);
750 input_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dtouchkit_ps2.c64 input_report_key(dev, BTN_TOUCH, TOUCHKIT_GET_TOUCHED(packet));
89 set_bit(BTN_TOUCH, dev->keybit);
H A Dpc110pad.c74 input_report_key(pc110pad_dev, BTN_TOUCH,
149 pc110pad_dev->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dlifebook.c160 input_report_key(dev1, BTN_TOUCH, packet[0] & 0x04);
292 dev1->keybit[LONG(BTN_TOUCH)] = BIT(BTN_TOUCH);
H A Dvsxxxaa.c264 input_report_key (dev, BTN_TOUCH, 0);
317 input_report_key (dev, BTN_TOUCH, touch);
371 input_report_key (dev, BTN_TOUCH, 0);
519 set_bit (BTN_TOUCH, input_dev->keybit); /* ...and Tablet */
H A Dalps.c155 if (z > 30) input_report_key(dev, BTN_TOUCH, 1);
156 if (z < 25) input_report_key(dev, BTN_TOUCH, 0);
452 dev1->keybit[LONG(BTN_TOUCH)] |= BIT(BTN_TOUCH);
H A Dappletouch.c433 input_report_key(dev->input, BTN_TOUCH, 1);
446 input_report_key(dev->input, BTN_TOUCH, 0);
626 set_bit(BTN_TOUCH, input_dev->keybit);
H A Dsynaptics.c434 * BTN_TOUCH has to be first as mousedev relies on it when doing
437 if (hw.z > 30) input_report_key(dev, BTN_TOUCH, 1);
438 if (hw.z < 25) input_report_key(dev, BTN_TOUCH, 0);
544 set_bit(BTN_TOUCH, dev->keybit);
H A Dhil_ptr.c327 btntype = BTN_TOUCH;
332 btntype = BTN_TOUCH;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dwacom_wac.c31 wacom_report_key(wcombo, BTN_TOUCH, ((signed char)data[6] > -127));
37 wacom_report_key(wcombo, BTN_TOUCH, 0);
46 wacom_report_key(wcombo, BTN_TOUCH, ((signed char)data[6] > -80) && !(data[5] & 0x20));
110 wacom_report_key(wcombo, BTN_TOUCH, data[4] & 0x08);
139 wacom_report_key(wcombo, BTN_TOUCH, data[1] & 0x08);
143 wacom_report_key(wcombo, BTN_TOUCH, data[1] & 0x01);
205 wacom_report_key(wcombo, BTN_TOUCH, data[1] & 0x01);
220 wacom_report_key(wcombo, BTN_TOUCH, 0);
340 wacom_report_key(wcombo, BTN_TOUCH, 0);
365 wacom_report_key(wcombo, BTN_TOUCH,
[all...]
H A Dacecad.c97 input_report_key(dev, BTN_TOUCH, touch);
198 input_dev->keybit[LONG(BTN_DIGI)] = BIT(BTN_TOOL_PEN) |BIT(BTN_TOUCH) | BIT(BTN_STYLUS) | BIT(BTN_STYLUS2);
H A Dkbtab.c76 /*input_report_key(dev, BTN_TOUCH , data[0] & 0x01);*/
158 input_dev->keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_PEN) | BIT(BTN_TOUCH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Dtsdev.c342 if (code == BTN_TOUCH || code == BTN_MOUSE) {
497 .keybit = { [LONG(BTN_TOUCH)] = BIT(BTN_TOUCH) },
H A Dmousedev.c201 case BTN_TOUCH:
327 if (code == BTN_TOUCH && test_bit(BTN_TOOL_FINGER, handle->dev->keybit))
791 .keybit = { [LONG(BTN_TOUCH)] = BIT(BTN_TOUCH) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/ams/
H A Dams-input.c98 set_bit(BTN_TOUCH, ams_info.idev->keybit);

Completed in 94 milliseconds

12