Home
last modified time | relevance | path

Searched refs:input_mt_get_slot_by_key (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/input/
H A Dmt.h127 int input_mt_get_slot_by_key(struct input_dev *dev, int key);
/linux/drivers/input/touchscreen/
H A Dcy8ctma140.c74 slot = input_mt_get_slot_by_key(ts->input, id); in cy8ctma140_report()
H A Dsis_i2c.c187 slot = input_mt_get_slot_by_key(input, data[SIS_CONTACT_ID_OFFSET]); in sis_ts_report_contact()
H A Dsurface3_spi.c72 slot = input_mt_get_slot_by_key(ts_data->input_dev, in surface3_spi_report_touch()
H A Dpixcir_i2c_ts.c164 slot = input_mt_get_slot_by_key(ts->input, in pixcir_ts_report()
H A Dsur40.c424 slotnum = input_mt_get_slot_by_key(input, le16_to_cpu(blob->blob_id)); in sur40_report_blob()
/linux/drivers/hid/
H A Dhid-multitouch.c940 return input_mt_get_slot_by_key(input, *slot->contactid); in mt_compute_slot()
H A Dhid-logitech-hidpp.c2957 slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id); in wtp_touch_event()