Searched refs:BTN_TOUCH (Results 26 - 50 of 76) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Deeti_ts.c110 input_report_key(priv->input, BTN_TOUCH, !!pressed);
188 input->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dmc13783_ts.c114 input_report_key(idev, BTN_TOUCH, cr0);
195 idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dmcs5000_ts.c129 input_report_key(data->input_dev, BTN_TOUCH, 0);
137 input_report_key(data->input_dev, BTN_TOUCH, 1);
218 __set_bit(BTN_TOUCH, input_dev->keybit);
H A Dwacom_w8001.c118 input_report_key(dev, BTN_TOUCH, coord.tsw);
223 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Datmel_tsadcc.c135 input_report_key(input_dev, BTN_TOUCH, 0);
160 input_report_key(input_dev, BTN_TOUCH, 1);
260 input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
H A Dda9034-ts.c134 input_report_key(touch->input_dev, BTN_TOUCH, 1);
141 input_report_key(touch->input_dev, BTN_TOUCH, 0);
340 __set_bit(BTN_TOUCH, input_dev->keybit);
H A Dh3600_ts_input.c230 input_report_key(dev, BTN_TOUCH, 1);
243 input_report_key(dev, BTN_TOUCH, 0);
381 set_bit(BTN_TOUCH, input_dev->keybit);
H A Dw90p910_ts.c70 input_report_key(dev, BTN_TOUCH, down);
273 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Ducb1400_ts.c154 input_report_key(idev, BTN_TOUCH, 1);
161 input_report_key(idev, BTN_TOUCH, 0);
387 ucb->ts_idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Datmel-wm97xx.c178 input_report_key(wm->input_dev, BTN_TOUCH, pen_down);
184 input_report_key(wm->input_dev, BTN_TOUCH, value);
206 input_report_key(input_dev, BTN_TOUCH, 0);
H A Dzylonite-wm97xx.c135 input_report_key(wm->input_dev, BTN_TOUCH, (p != 0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-3m-pct.c83 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
187 input_event(input, EV_KEY, BTN_TOUCH, 1);
191 input_event(input, EV_KEY, BTN_TOUCH, 0);
H A Dhid-cando.c70 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
115 input_event(input, EV_KEY, BTN_TOUCH, 0);
133 input_event(input, EV_KEY, BTN_TOUCH, 1);
H A Dhid-egalax.c68 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
148 input_event(input, EV_KEY, BTN_TOUCH, 0);
157 input_event(input, EV_KEY, BTN_TOUCH, 1);
H A Dhid-mosart.c79 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
122 input_event(input, EV_KEY, BTN_TOUCH, 0);
139 input_event(input, EV_KEY, BTN_TOUCH, 1);
H A Dhid-quanta.c76 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
118 input_event(input, EV_KEY, BTN_TOUCH, 0);
135 input_event(input, EV_KEY, BTN_TOUCH, 1);
H A Dhid-stantum.c73 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
132 input_event(input, EV_KEY, BTN_TOUCH, 0);
155 input_event(input, EV_KEY, BTN_TOUCH, 1);
H A Dhid-wacom.c235 input_report_key(input, BTN_TOUCH, 0);
275 input_report_key(input, BTN_TOUCH, data[1] & 0x01);
390 __set_bit(BTN_TOUCH, input->keybit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dvsxxxaa.c259 input_report_key(dev, BTN_TOUCH, 0);
311 input_report_key(dev, BTN_TOUCH, touch);
364 input_report_key(dev, BTN_TOUCH, 0);
497 __set_bit(BTN_TOUCH, input_dev->keybit); /* ...and Tablet */
H A Dalps.c214 input_report_key(dev, BTN_TOUCH, 1);
216 input_report_key(dev, BTN_TOUCH, 0);
687 dev1->keybit[BIT_WORD(BTN_TOUCH)] |= BIT_MASK(BTN_TOUCH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_wac.c33 input_report_key(input, BTN_TOUCH, ((signed char)data[6] > -127));
39 input_report_key(input, BTN_TOUCH, 0);
49 input_report_key(input, BTN_TOUCH, ((signed char)data[6] > -80) && !(data[5] & 0x20));
116 input_report_key(input, BTN_TOUCH, data[4] & 0x08);
145 input_report_key(input, BTN_TOUCH, data[1] & 0x08);
149 input_report_key(input, BTN_TOUCH, data[1] & 0x01);
186 input_report_key(input, BTN_TOUCH, data[1] & 0x05);
237 input_report_key(input, BTN_TOUCH, data[1] & 0x01);
421 input_report_key(input, BTN_TOUCH, 0);
455 input_report_key(input, BTN_TOUCH,
[all...]
H A Dacecad.c97 input_report_key(dev, BTN_TOUCH, touch);
197 BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/mrst-touchscreen/
H A Dintel-mid-touch.c359 input_report_key(tsdev->input, BTN_TOUCH, 0);
375 input_report_key(tsdev->input, BTN_TOUCH, 0);
392 input_report_key(tsdev->input, BTN_TOUCH, 1);
715 tsdev->input->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dad714x.c409 input_report_key(sw->input, BTN_TOUCH, 1);
416 input_report_key(sw->input, BTN_TOUCH, 0);
645 input_report_key(sw->input, BTN_TOUCH, 1);
652 input_report_key(sw->input, BTN_TOUCH, 0);
939 input_report_key(sw->input, BTN_TOUCH,
948 input_report_key(sw->input, BTN_TOUCH, 0);
1145 __set_bit(BTN_TOUCH, input[alloc_idx]->keybit);
1175 __set_bit(BTN_TOUCH, input[alloc_idx]->keybit);
1206 __set_bit(BTN_TOUCH, input[alloc_idx]->keybit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/ams/
H A Dams-input.c85 set_bit(BTN_TOUCH, input->keybit);

Completed in 223 milliseconds

1234