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

12345

/linux-master/drivers/input/mouse/
H A Dtouchkit_ps2.c50 input_report_key(dev, BTN_TOUCH, TOUCHKIT_GET_TOUCHED(packet));
76 dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dpc110pad.c56 input_report_key(pc110pad_dev, BTN_TOUCH,
127 pc110pad_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
/linux-master/drivers/input/touchscreen/
H A Dhp680_ts_input.c58 input_report_key(hp680_ts_dev, BTN_TOUCH, 1);
62 input_report_key(hp680_ts_dev, BTN_TOUCH, 0);
86 hp680_ts_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dmk712.c96 input_report_key(mk712_dev, BTN_TOUCH, 0);
105 input_report_key(mk712_dev, BTN_TOUCH, 1);
185 mk712_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dtouchwin.c70 input_report_key(dev, BTN_TOUCH, 1);
75 input_report_key(dev, BTN_TOUCH, 0);
131 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Djornada720_ts.c73 input_report_key(input, BTN_TOUCH, 0);
85 input_report_key(input, BTN_TOUCH, 1);
129 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dtsc40.c36 input_report_key(dev, BTN_TOUCH, 1);
55 input_report_key(dev, BTN_TOUCH, 0);
106 __set_bit(BTN_TOUCH, input_dev->keybit);
H A Dmtouch.c68 input_report_key(dev, BTN_TOUCH, MTOUCH_GET_TOUCHED(mtouch->data));
150 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dtouchright.c67 input_report_key(dev, BTN_TOUCH,
124 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dtouchit213.c105 input_report_key(dev, BTN_TOUCH,
162 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dinexio.c67 input_report_key(dev, BTN_TOUCH, INEXIO_GET_TOUCHED(pinexio->data));
136 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dhampshire.c64 input_report_key(dev, BTN_TOUCH,
132 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dfujitsu_ts.c67 input_report_key(dev, BTN_TOUCH,
121 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Ddynapro.c65 input_report_key(dev, BTN_TOUCH,
133 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dgunze.c53 input_report_key(dev, BTN_TOUCH, gunze->data[0] == 'T');
119 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dipaq-micro-ts.c36 input_report_key(ts->input, BTN_TOUCH, 1);
41 input_report_key(ts->input, BTN_TOUCH, 0);
103 input_set_capability(ts->input, EV_KEY, BTN_TOUCH);
H A Delo.c102 input_report_key(dev, BTN_TOUCH, elo->data[2] & ELO10_TOUCH);
150 input_report_key(dev, BTN_TOUCH, 1);
167 input_report_key(dev, BTN_TOUCH, !!elo->data[5]);
188 input_report_key(dev, BTN_TOUCH, !(elo->data[1] & 0x80));
334 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dhtcpen.c56 input_report_key(htcpen_dev, BTN_TOUCH, 0);
76 input_report_key(htcpen_dev, BTN_TOUCH, 1);
136 htcpen_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Dpcap_ts.c57 input_report_key(pcap_ts->input, BTN_TOUCH, 0);
65 input_report_key(pcap_ts->input, BTN_TOUCH, 1);
172 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
H A Degalax_ts_serial.c62 input_report_key(dev, BTN_TOUCH, data[0] & EGALAX_FORMAT_TOUCH_BIT);
122 input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
H A Dar1021_i2c.c54 input_report_key(input, BTN_TOUCH, button);
119 input_set_capability(input, EV_KEY, BTN_TOUCH);
/linux-master/drivers/hid/
H A Dhid-accutouch.c26 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
H A Dhid-penmount.c24 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
H A Dhid-udraw-ps3.c214 input_report_key(udraw->touch_input_dev, BTN_TOUCH, 1);
223 input_report_key(udraw->touch_input_dev, BTN_TOUCH, 0);
236 input_report_key(udraw->pen_input_dev, BTN_TOUCH, (level != 0));
242 input_report_key(udraw->pen_input_dev, BTN_TOUCH, 0);
318 set_bit(BTN_TOUCH, input_dev->keybit);
347 set_bit(BTN_TOUCH, input_dev->keybit);
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_sony.py148 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
157 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 0) in events
176 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
177 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1
186 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH) not in events
187 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1

Completed in 178 milliseconds

12345