Home
last modified time | relevance | path

Searched refs:input_mt_report_slot_state (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/input/touchscreen/
H A Ds6sy761.c153 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 Draspberrypi-ts.c95 input_mt_report_slot_state(input, MT_TOOL_FINGER, 1); in rpi_ts_poll()
H A Dzet6223.c83 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, true); in zet6223_irq()
H A Dcy8ctma140.c86 input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, true); in cy8ctma140_report()
H A Dsis_i2c.c192 input_mt_report_slot_state(input, MT_TOOL_FINGER, in sis_ts_report_contact()
H A Dpenmount.c72 input_mt_report_slot_state(input, MT_TOOL_FINGER, in pm_mtevent()
H A Dhimax_hx83112b.c238 input_mt_report_slot_state(ts->input_dev, MT_TOOL_FINGER, true); in himax_process_event_point()
H A Dhynitron_cstxxx.c253 input_mt_report_slot_state(ts_data->input_dev, MT_TOOL_FINGER, 1); in cst3xx_report_contact()
H A Dsurface3_spi.c78 input_mt_report_slot_state(ts_data->input_dev, MT_TOOL_FINGER, st); in surface3_spi_report_touch()
H A Dchipone_icn8505.c346 input_mt_report_slot_state(icn8505->input, MT_TOOL_FINGER, act); in icn8505_irq()
H A Dbu21013_ts.c225 input_mt_report_slot_state(input, MT_TOOL_FINGER, true); in bu21013_do_touch_report()
H A Dapple_z2.c104 if (!input_mt_report_slot_state(z2->input_dev, MT_TOOL_FINGER, slot_valid)) in apple_z2_parse_touches()
H A Dwacom_w8001.c160 input_mt_report_slot_state(dev, MT_TOOL_FINGER, touch); in parse_multi_touch()
H A Dsilead.c301 input_mt_report_slot_state(input, MT_TOOL_FINGER, true); in silead_ts_read_data()
H A Dzforce_ts.c355 if (input_mt_report_slot_state(ts->input, MT_TOOL_FINGER, in zforce_touch_event()
/linux/drivers/input/
H A Dinput-mt.c135 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 Dfocaltech.c127 input_mt_report_slot_state(dev, MT_TOOL_FINGER, active); in focaltech_report_state()
H A Delantech.c387 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 Dsynaptics.c932 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 Dcypress_ps2.c503 input_mt_report_slot_state(input, MT_TOOL_FINGER, true); in cypress_process_packet()
H A Dsentelic.c686 input_mt_report_slot_state(dev, MT_TOOL_FINGER, active); in fsp_set_slot()
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst228 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 Dhid-elan.c219 input_mt_report_slot_state(input, MT_TOOL_FINGER, active); in elan_report_mt_slot()
H A Dwacom_wac.c1446 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 Dxen-kbdfront.c126 input_mt_report_slot_state(info->mtouch, MT_TOOL_FINGER, true); in xenkbd_handle_mt_event()

12