| /linux/drivers/input/touchscreen/ |
| H A D | hp680_ts_input.c | 58 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 D | jornada720_ts.c | 73 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 D | touchwin.c | 70 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 D | htcpen.c | 56 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 D | fujitsu_ts.c | 67 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 D | pcap_ts.c | 57 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 D | touchright.c | 67 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 D | gunze.c | 53 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 D | touchit213.c | 105 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 D | inexio.c | 67 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 D | hampshire.c | 64 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 D | tsc40.c | 36 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 D | dynapro.c | 65 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 D | mtouch.c | 68 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 D | max11801_ts.c | 136 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 D | penmount.c | 106 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 D | ts4800-ts.c | 90 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 D | migor_ts.c | 73 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 D | cy8ctmg110_ts.c | 123 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 D | touchkit_ps2.c | 50 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 D | hid-udraw-ps3.c | 214 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 D | hid-elo.c | 50 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 D | test_sony.py | 149 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 D | test_multitouch.py | 601 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 D | ucb1x00-ts.c | 61 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()
|