| /Linux-v5.4/drivers/input/touchscreen/ |
| D | raspberrypi-ts.c | 97 input_mt_report_slot_state(input, MT_TOOL_FINGER, 1); in rpi_ts_poll() 105 input_mt_report_slot_state(input, MT_TOOL_FINGER, 0); in rpi_ts_poll()
|
| 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()
|
| D | exc3000.c | 44 input_mt_report_slot_state(input, MT_TOOL_FINGER, true); in exc3000_report_slots()
|
| D | egalax_ts.c | 102 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER, down); in egalax_ts_interrupt()
|
| D | cyttsp_core.c | 330 input_mt_report_slot_state(input, MT_TOOL_FINGER, true); in cyttsp_report_tchdata() 343 input_mt_report_slot_state(input, MT_TOOL_FINGER, false); in cyttsp_report_tchdata()
|
| D | mms114.c | 181 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER, touch->pressed); in mms114_process_mt() 553 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER, false); in mms114_suspend()
|
| D | chipone_icn8318.c | 116 input_mt_report_slot_state(data->input, MT_TOOL_FINGER, act); in icn8318_irq()
|
| D | zet6223.c | 85 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, true); in zet6223_irq()
|
| D | ektf2127.c | 89 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, true); in ektf2127_report_event()
|
| D | penmount.c | 72 input_mt_report_slot_state(input, MT_TOOL_FINGER, in pm_mtevent()
|
| D | stmfts.c | 184 input_mt_report_slot_state(sdata->input, MT_TOOL_FINGER, true); in stmfts_report_contact_event() 201 input_mt_report_slot_state(sdata->input, MT_TOOL_FINGER, false); in stmfts_report_contact_release()
|
| D | sis_i2c.c | 192 input_mt_report_slot_state(input, MT_TOOL_FINGER, in sis_ts_report_contact()
|
| D | goodix.c | 312 input_mt_report_slot_state(ts->input_dev, MT_TOOL_FINGER, true); in goodix_ts_report_touch_8b() 327 input_mt_report_slot_state(ts->input_dev, MT_TOOL_FINGER, true); in goodix_ts_report_touch_9b()
|
| D | ili210x.c | 157 input_mt_report_slot_state(input, MT_TOOL_FINGER, touch); in ili210x_report_events()
|
| D | surface3_spi.c | 78 input_mt_report_slot_state(ts_data->input_dev, MT_TOOL_FINGER, st); in surface3_spi_report_touch()
|
| D | melfas_mip4.c | 394 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, 0); in mip4_clear_input() 528 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, true); in mip4_report_touch() 537 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, 0); in mip4_report_touch()
|
| /Linux-v5.4/include/linux/input/ |
| D | mt.h | 100 bool input_mt_report_slot_state(struct input_dev *dev,
|
| /Linux-v5.4/drivers/input/ |
| D | input-mt.c | 134 bool input_mt_report_slot_state(struct input_dev *dev, in input_mt_report_slot_state() function 161 EXPORT_SYMBOL(input_mt_report_slot_state);
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-alps.c | 339 input_mt_report_slot_state(hdata->input, in t4_raw_event() 381 input_mt_report_slot_state(hdata->input, in u1_raw_event() 390 input_mt_report_slot_state(hdata->input, in u1_raw_event()
|
| D | hid-elan.c | 219 input_mt_report_slot_state(input, MT_TOOL_FINGER, active); in elan_report_mt_slot()
|
| /Linux-v5.4/drivers/input/misc/ |
| D | xen-kbdfront.c | 126 input_mt_report_slot_state(info->mtouch, MT_TOOL_FINGER, true); in xenkbd_handle_mt_event() 149 input_mt_report_slot_state(info->mtouch, MT_TOOL_FINGER, false); in xenkbd_handle_mt_event()
|
| /Linux-v5.4/drivers/input/mouse/ |
| D | focaltech.c | 127 input_mt_report_slot_state(dev, MT_TOOL_FINGER, active); in focaltech_report_state()
|
| D | elantech.c | 346 input_mt_report_slot_state(dev, MT_TOOL_FINGER, active); in elantech_set_slot() 611 input_mt_report_slot_state(dev, MT_TOOL_FINGER, false); in process_packet_status_v4() 635 input_mt_report_slot_state(dev, MT_TOOL_FINGER, true); in process_packet_head_v4()
|
| /Linux-v5.4/drivers/input/rmi4/ |
| D | rmi_2d_sensor.c | 79 input_mt_report_slot_state(input, obj->mt_tool, in rmi_2d_sensor_abs_report()
|
| /Linux-v5.4/Documentation/input/ |
| D | multi-touch-protocol.rst | 228 input_mt_report_slot_state(). 316 instead use input_mt_report_slot_state(). A contact's ABS_MT_TOOL_TYPE may 332 should instead use input_mt_report_slot_state().
|