Home
last modified time | relevance | path

Searched refs:BTN_TOUCH (Results 1 – 25 of 81) sorted by relevance

1234

/linux/drivers/input/touchscreen/
H A Dhp680_ts_input.c58 input_report_key(hp680_ts_dev, BTN_TOUCH, 1); in do_softint()
62 input_report_key(hp680_ts_dev, BTN_TOUCH, 0); in do_softint()
86 hp680_ts_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in hp680_ts_init()
H A Djornada720_ts.c73 input_report_key(input, BTN_TOUCH, 0); in jornada720_ts_interrupt()
85 input_report_key(input, BTN_TOUCH, 1); in jornada720_ts_interrupt()
129 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in jornada720_ts_probe()
H A Dtouchwin.c70 input_report_key(dev, BTN_TOUCH, 1); in tw_interrupt()
75 input_report_key(dev, BTN_TOUCH, 0); in tw_interrupt()
131 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in tw_connect()
H A Dhtcpen.c56 input_report_key(htcpen_dev, BTN_TOUCH, 0); in htcpen_interrupt()
76 input_report_key(htcpen_dev, BTN_TOUCH, 1); in htcpen_interrupt()
136 htcpen_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in htcpen_isa_probe()
H A Dfujitsu_ts.c67 input_report_key(dev, BTN_TOUCH, in fujitsu_interrupt()
120 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in fujitsu_connect()
H A Dpcap_ts.c57 input_report_key(pcap_ts->input, BTN_TOUCH, 0); in pcap_ts_read_xy()
65 input_report_key(pcap_ts->input, BTN_TOUCH, 1); in pcap_ts_read_xy()
172 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in pcap_ts_probe()
H A Dtouchright.c67 input_report_key(dev, BTN_TOUCH, in tr_interrupt()
124 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in tr_connect()
H A Dgunze.c53 input_report_key(dev, BTN_TOUCH, gunze->data[0] == 'T'); in gunze_process_packet()
119 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in gunze_connect()
H A Dtouchit213.c105 input_report_key(dev, BTN_TOUCH, in touchit213_interrupt()
162 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in touchit213_connect()
H A Dinexio.c67 input_report_key(dev, BTN_TOUCH, INEXIO_GET_TOUCHED(pinexio->data)); in inexio_process_data()
136 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in inexio_connect()
H A Dhampshire.c64 input_report_key(dev, BTN_TOUCH, in hampshire_process_data()
132 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in hampshire_connect()
H A Dtsc40.c36 input_report_key(dev, BTN_TOUCH, 1); in tsc_process_data()
55 input_report_key(dev, BTN_TOUCH, 0); in tsc_interrupt()
106 __set_bit(BTN_TOUCH, input_dev->keybit); in tsc_connect()
H A Ddynapro.c65 input_report_key(dev, BTN_TOUCH, in dynapro_process_data()
133 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in dynapro_connect()
H A Dmtouch.c68 input_report_key(dev, BTN_TOUCH, MTOUCH_GET_TOUCHED(mtouch->data)); in mtouch_process_format_tablet()
150 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in mtouch_connect()
H A Dmax11801_ts.c136 input_event(data->input_dev, EV_KEY, BTN_TOUCH, 1); in max11801_ts_interrupt()
141 input_event(data->input_dev, EV_KEY, BTN_TOUCH, 0); in max11801_ts_interrupt()
193 __set_bit(BTN_TOUCH, input_dev->keybit); in max11801_ts_probe()
H A Dpenmount.c106 input_report_key(dev, BTN_TOUCH, !!(pm->data[0] & 0x40)); in pm_parse_9000()
122 input_report_key(dev, BTN_TOUCH, pm->data[0] & 0x40); in pm_parse_6000()
223 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in pm_connect()
H A Dts4800-ts.c90 input_report_key(input_dev, BTN_TOUCH, 1); in ts4800_ts_poll()
103 input_report_key(input_dev, BTN_TOUCH, 0); in ts4800_ts_poll()
182 input_set_capability(input_dev, EV_KEY, BTN_TOUCH); in ts4800_ts_probe()
H A Dmigor_ts.c73 input_report_key(priv->input, BTN_TOUCH, 1); in migor_ts_isr()
80 input_report_key(priv->input, BTN_TOUCH, 0); in migor_ts_isr()
139 __set_bit(BTN_TOUCH, input->keybit); in migor_ts_probe()
H A Dcy8ctmg110_ts.c123 input_report_key(input, BTN_TOUCH, 0); in cy8ctmg110_touch_pos()
125 input_report_key(input, BTN_TOUCH, 1); in cy8ctmg110_touch_pos()
199 input_set_capability(input_dev, EV_KEY, BTN_TOUCH); in cy8ctmg110_probe()
/linux/drivers/input/mouse/
H A Dtouchkit_ps2.c50 input_report_key(dev, BTN_TOUCH, TOUCHKIT_GET_TOUCHED(packet)); in touchkit_ps2_process_byte()
76 dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in touchkit_ps2_detect()
/linux/drivers/hid/
H A Dhid-udraw-ps3.c214 input_report_key(udraw->touch_input_dev, BTN_TOUCH, 1); in udraw_raw_event()
223 input_report_key(udraw->touch_input_dev, BTN_TOUCH, 0); in udraw_raw_event()
236 input_report_key(udraw->pen_input_dev, BTN_TOUCH, (level != 0)); in udraw_raw_event()
242 input_report_key(udraw->pen_input_dev, BTN_TOUCH, 0); in udraw_raw_event()
318 set_bit(BTN_TOUCH, input_dev->keybit); in udraw_setup_touch()
347 set_bit(BTN_TOUCH, input_dev->keybit); in udraw_setup_pen()
H A Dhid-elo.c50 set_bit(BTN_TOUCH, input->keybit); in elo_input_configured()
70 input_report_key(input, BTN_TOUCH, 1); in elo_process_data()
75 input_report_key(input, BTN_TOUCH, 0); in elo_process_data()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_sony.py149 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
158 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 0) in events
177 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
178 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1
187 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH) not in events
188 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1
H A Dtest_multitouch.py601 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
612 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 0) in events
640 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
641 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1
650 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH) not in events
651 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1
806 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
807 assert evdev.value[libevdev.EV_KEY.BTN_TOUCH] == 1
846 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
875 assert libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH, 1) in events
[all …]
/linux/drivers/mfd/
H A Ducb1x00-ts.c61 input_report_key(idev, BTN_TOUCH, 1); in ucb1x00_ts_evt_add()
70 input_report_key(idev, BTN_TOUCH, 0); in ucb1x00_ts_event_release()
389 idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in ucb1x00_ts_add()

1234