| /linux/drivers/input/touchscreen/ |
| H A D | s6sy761.c | 153 input_mt_report_slot_state(sdata->input, MT_TOOL_FINGER, true); in s6sy761_report_coordinates() 167 input_mt_report_slot_state(sdata->input, MT_TOOL_FINGER, false); in s6sy761_report_release()
|
| H A D | raspberrypi-ts.c | 95 input_mt_report_slot_state(input, MT_TOOL_FINGER, 1); in rpi_ts_poll()
|
| H A D | zet6223.c | 83 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, true); in zet6223_irq()
|
| H A D | cy8ctma140.c | 86 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, true); in cy8ctma140_report()
|
| H A D | sis_i2c.c | 192 input_mt_report_slot_state(input, MT_TOOL_FINGER, in sis_ts_report_contact()
|
| H A D | penmount.c | 72 input_mt_report_slot_state(input, MT_TOOL_FINGER, in pm_mtevent()
|
| H A D | himax_hx83112b.c | 238 input_mt_report_slot_state(ts->input_dev, MT_TOOL_FINGER, true); in himax_process_event_point()
|
| H A D | hynitron_cstxxx.c | 253 input_mt_report_slot_state(ts_data->input_dev, MT_TOOL_FINGER, 1); in cst3xx_report_contact()
|
| H A D | surface3_spi.c | 78 input_mt_report_slot_state(ts_data->input_dev, MT_TOOL_FINGER, st); in surface3_spi_report_touch()
|
| H A D | chipone_icn8505.c | 346 input_mt_report_slot_state(icn8505->input, MT_TOOL_FINGER, act); in icn8505_irq()
|
| H A D | bu21013_ts.c | 225 input_mt_report_slot_state(input, MT_TOOL_FINGER, true); in bu21013_do_touch_report()
|
| H A D | apple_z2.c | 104 if (!input_mt_report_slot_state(z2->input_dev, MT_TOOL_FINGER, slot_valid)) in apple_z2_parse_touches()
|
| H A D | wacom_w8001.c | 160 input_mt_report_slot_state(dev, MT_TOOL_FINGER, touch); in parse_multi_touch()
|
| H A D | silead.c | 301 input_mt_report_slot_state(input, MT_TOOL_FINGER, true); in silead_ts_read_data()
|
| H A D | zforce_ts.c | 355 if (input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, in zforce_touch_event()
|
| /linux/drivers/input/ |
| H A D | input-mt.c | 135 bool input_mt_report_slot_state(struct input_dev *dev, in input_mt_report_slot_state() function 162 EXPORT_SYMBOL(input_mt_report_slot_state);
|
| /linux/drivers/input/mouse/ |
| H A D | focaltech.c | 127 input_mt_report_slot_state(dev, MT_TOOL_FINGER, active); in focaltech_report_state()
|
| H A D | elantech.c | 387 input_mt_report_slot_state(dev, MT_TOOL_FINGER, active); in elantech_set_slot() 665 input_mt_report_slot_state(dev, MT_TOOL_FINGER, false); in process_packet_status_v4() 690 input_mt_report_slot_state(dev, MT_TOOL_FINGER, true); in process_packet_head_v4()
|
| H A D | synaptics.c | 932 input_mt_report_slot_state(dev, MT_TOOL_FINGER, active); in synaptics_report_semi_mt_slot() 1045 input_mt_report_slot_state(dev, MT_TOOL_FINGER, true); in synaptics_report_mt_data()
|
| H A D | cypress_ps2.c | 503 input_mt_report_slot_state(input, MT_TOOL_FINGER, true); in cypress_process_packet()
|
| H A D | sentelic.c | 686 input_mt_report_slot_state(dev, MT_TOOL_FINGER, active); in fsp_set_slot()
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 228 input_mt_report_slot_state(). 320 instead use input_mt_report_slot_state(). A contact's ABS_MT_TOOL_TYPE may 336 should instead use input_mt_report_slot_state().
|
| /linux/drivers/hid/ |
| H A D | hid-elan.c | 219 input_mt_report_slot_state(input, MT_TOOL_FINGER, active); in elan_report_mt_slot()
|
| H A D | wacom_wac.c | 1446 input_mt_report_slot_state(touch_input, MT_TOOL_FINGER, touch[1] & 0x01); in wacom_intuos_pro2_bt_touch() 1602 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_24hdt_irq() 1668 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_mt_touch() 1697 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_tpc_mt_touch() 2745 input_mt_report_slot_state(input, MT_TOOL_FINGER, prox); in wacom_wac_finger_slot() 3080 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_bpt_touch() 3117 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in wacom_bpt3_touch_msg() 3328 input_mt_report_slot_state(input, MT_TOOL_FINGER, valid); in wacom_bamboo_pad_touch_event()
|
| /linux/drivers/input/misc/ |
| H A D | xen-kbdfront.c | 126 input_mt_report_slot_state(info->mtouch, MT_TOOL_FINGER, true); in xenkbd_handle_mt_event()
|