/kernel/linux/linux-5.10/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 | 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 | 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 | mk712.c | 96 input_report_key(mk712_dev, BTN_TOUCH, 0); in mk712_interrupt() 105 input_report_key(mk712_dev, BTN_TOUCH, 1); in mk712_interrupt() 185 mk712_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in mk712_init()
|
H A D | elo.c | 102 input_report_key(dev, BTN_TOUCH, elo->data[2] & ELO10_TOUCH); in elo_process_data_10() 150 input_report_key(dev, BTN_TOUCH, 1); in elo_process_data_6() 167 input_report_key(dev, BTN_TOUCH, !!elo->data[5]); in elo_process_data_6() 188 input_report_key(dev, BTN_TOUCH, !(elo->data[1] & 0x80)); in elo_process_data_3() 334 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in elo_connect()
|
H A D | fujitsu_ts.c | 67 input_report_key(dev, BTN_TOUCH, in fujitsu_interrupt() 121 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 | 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 | gunze.c | 56 input_report_key(dev, BTN_TOUCH, gunze->data[0] == 'T'); in gunze_process_packet() 122 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in gunze_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 | resistive-adc-touch.c | 57 input_report_key(st->input, BTN_TOUCH, 0); in grts_cb() 66 input_report_key(st->input, BTN_TOUCH, 1); in grts_cb() 153 input_set_capability(input, EV_KEY, BTN_TOUCH); in grts_probe()
|
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()
|
/kernel/linux/linux-6.6/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 | mk712.c | 96 input_report_key(mk712_dev, BTN_TOUCH, 0); in mk712_interrupt() 105 input_report_key(mk712_dev, BTN_TOUCH, 1); in mk712_interrupt() 185 mk712_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in mk712_init()
|
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 | elo.c | 102 input_report_key(dev, BTN_TOUCH, elo->data[2] & ELO10_TOUCH); in elo_process_data_10() 150 input_report_key(dev, BTN_TOUCH, 1); in elo_process_data_6() 167 input_report_key(dev, BTN_TOUCH, !!elo->data[5]); in elo_process_data_6() 188 input_report_key(dev, BTN_TOUCH, !(elo->data[1] & 0x80)); in elo_process_data_3() 334 input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in elo_connect()
|
H A D | fujitsu_ts.c | 67 input_report_key(dev, BTN_TOUCH, in fujitsu_interrupt() 121 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()
|
/kernel/linux/linux-5.10/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()
|
H A D | pc110pad.c | 59 input_report_key(pc110pad_dev, BTN_TOUCH, in pc110pad_interrupt() 130 pc110pad_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in pc110pad_init()
|
/kernel/linux/linux-6.6/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()
|
H A D | pc110pad.c | 56 input_report_key(pc110pad_dev, BTN_TOUCH, in pc110pad_interrupt() 127 pc110pad_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in pc110pad_init()
|