Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-5.10/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 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 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 Dmk712.c96 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 Delo.c102 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 Dfujitsu_ts.c67 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 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 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 Dgunze.c56 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 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 Dresistive-adc-touch.c57 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 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()
/kernel/linux/linux-6.6/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 Dmk712.c96 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 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 Delo.c102 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 Dfujitsu_ts.c67 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 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()
/kernel/linux/linux-5.10/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()
H A Dpc110pad.c59 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 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()
H A Dpc110pad.c56 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()

Completed in 8 milliseconds

123456789