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

12345

/linux-master/drivers/mfd/
H A Ducb1x00-ts.c61 input_report_key(idev, BTN_TOUCH, 1);
70 input_report_key(idev, BTN_TOUCH, 0);
389 idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
/linux-master/drivers/input/touchscreen/
H A Dpenmount.c106 input_report_key(dev, BTN_TOUCH, !!(pm->data[0] & 0x40));
122 input_report_key(dev, BTN_TOUCH, pm->data[0] & 0x40);
223 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dts4800-ts.c90 input_report_key(input_dev, BTN_TOUCH, 1);
103 input_report_key(input_dev, BTN_TOUCH, 0);
183 input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
H A Dtps6507x-ts.c163 input_report_key(input_dev, BTN_TOUCH, 0);
173 input_report_key(input_dev, BTN_TOUCH, 1);
247 input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
H A Dcy8ctmg110_ts.c123 input_report_key(input, BTN_TOUCH, 0);
125 input_report_key(input, BTN_TOUCH, 1);
199 input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
H A Dresistive-adc-touch.c94 input_report_key(st->input, BTN_TOUCH, 0);
103 input_report_key(st->input, BTN_TOUCH, 1);
252 input_set_capability(input, EV_KEY, BTN_TOUCH);
H A Dmc13783_ts.c112 input_report_key(idev, BTN_TOUCH, cr0);
194 idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dmcs5000_ts.c123 input_report_key(data->input_dev, BTN_TOUCH, 0);
131 input_report_key(data->input_dev, BTN_TOUCH, 1);
214 __set_bit(BTN_TOUCH, input_dev->keybit);
H A Dmigor_ts.c73 input_report_key(priv->input, BTN_TOUCH, 1);
80 input_report_key(priv->input, BTN_TOUCH, 0);
139 __set_bit(BTN_TOUCH, input->keybit);
H A Dmax11801_ts.c136 input_event(data->input_dev, EV_KEY, BTN_TOUCH, 1);
141 input_event(data->input_dev, EV_KEY, BTN_TOUCH, 0);
193 __set_bit(BTN_TOUCH, input_dev->keybit);
H A Dsx8654.c113 input_report_key(input_dev, BTN_TOUCH, 0);
182 input_report_key(ts->input, BTN_TOUCH, 1);
210 input_report_key(sx8654->input, BTN_TOUCH, 0);
230 input_report_key(sx8654->input, BTN_TOUCH, 1);
356 input_set_capability(input, EV_KEY, BTN_TOUCH);
H A Dda9034-ts.c130 input_report_key(touch->input_dev, BTN_TOUCH, 1);
137 input_report_key(touch->input_dev, BTN_TOUCH, 0);
342 __set_bit(BTN_TOUCH, input_dev->keybit);
H A D88pm860x-ts.c77 input_report_key(touch->idev, BTN_TOUCH, 1);
81 input_report_key(touch->idev, BTN_TOUCH, 0);
276 __set_bit(BTN_TOUCH, touch->idev->keybit);
H A Dcolibri-vf50-ts.c187 input_report_key(vf50_ts->ts_input, BTN_TOUCH, 1);
197 input_report_key(vf50_ts->ts_input, BTN_TOUCH, 0);
314 input_set_capability(input, EV_KEY, BTN_TOUCH);
H A Dlpc32xx_ts.c116 input_report_key(input, BTN_TOUCH, 1);
118 input_report_key(input, BTN_TOUCH, 0);
242 input_set_capability(input, EV_KEY, BTN_TOUCH);
H A Dsun4i-ts.c133 input_report_key(ts->input, BTN_TOUCH, 1);
142 input_report_key(ts->input, BTN_TOUCH, 0);
298 __set_bit(BTN_TOUCH, ts->input->keybit);
H A Dstmpe-ts.c125 input_report_key(ts->idev, BTN_TOUCH, 0);
158 input_report_key(ts->idev, BTN_TOUCH, 1);
337 input_set_capability(idev, EV_KEY, BTN_TOUCH);
H A Dda9052_tsi.c86 input_report_key(input, BTN_TOUCH, 1);
118 input_report_key(input, BTN_TOUCH, 0);
257 __set_bit(BTN_TOUCH, input_dev->keybit);
H A Dwm831x-ts.c143 input_report_key(wm831x_ts->input_dev, BTN_TOUCH, 0);
147 input_report_key(wm831x_ts->input_dev, BTN_TOUCH, 1);
351 __set_bit(BTN_TOUCH, input_dev->keybit);
H A Dtsc2007_core.c144 input_report_key(input, BTN_TOUCH, 1);
165 input_report_key(input, BTN_TOUCH, 0);
341 input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
H A Dbu21029_ts.c204 input_report_key(bu21029->in_dev, BTN_TOUCH, 1);
215 input_report_key(bu21029->in_dev, BTN_TOUCH, 0);
384 input_set_capability(in_dev, EV_KEY, BTN_TOUCH);
/linux-master/drivers/hid/
H A Dhid-elo.c50 set_bit(BTN_TOUCH, input->keybit);
70 input_report_key(input, BTN_TOUCH, 1);
75 input_report_key(input, BTN_TOUCH, 0);
/linux-master/drivers/input/misc/
H A Dideapad_slidebar.c161 input_report_key(slidebar_input_dev, BTN_TOUCH, 0);
163 input_report_key(slidebar_input_dev, BTN_TOUCH, 1);
230 input_set_capability(slidebar_input_dev, EV_KEY, BTN_TOUCH);
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py597 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
608 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 0) in events
636 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
637 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1
646 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH) not in events
647 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1
802 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
803 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1
842 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
871 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH,
[all...]
/linux-master/drivers/macintosh/ams/
H A Dams-input.c73 input_set_capability(input, EV_KEY, BTN_TOUCH);

Completed in 307 milliseconds

12345