Searched refs:input_mt_get_slot_by_key (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/include/linux/input/ |
H A D | mt.h | 127 int input_mt_get_slot_by_key(struct input_dev *dev, int key);
|
/kernel/linux/linux-6.6/include/linux/input/ |
H A D | mt.h | 127 int input_mt_get_slot_by_key(struct input_dev *dev, int key);
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-mt.c | 464 * input_mt_get_slot_by_key() - return slot matching key 475 int input_mt_get_slot_by_key(struct input_dev *dev, int key) in input_mt_get_slot_by_key() function 495 EXPORT_SYMBOL(input_mt_get_slot_by_key); variable
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input-mt.c | 504 * input_mt_get_slot_by_key() - return slot matching key 515 int input_mt_get_slot_by_key(struct input_dev *dev, int key) in input_mt_get_slot_by_key() function 535 EXPORT_SYMBOL(input_mt_get_slot_by_key); variable
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | sis_i2c.c | 187 slot = input_mt_get_slot_by_key(input, data[SIS_CONTACT_ID_OFFSET]); in sis_ts_report_contact()
|
H A D | cy8ctma140.c | 74 slot = input_mt_get_slot_by_key(ts->input, id); in cy8ctma140_report()
|
H A D | pixcir_i2c_ts.c | 164 slot = input_mt_get_slot_by_key(ts->input, in pixcir_ts_report()
|
H A D | surface3_spi.c | 72 slot = input_mt_get_slot_by_key(ts_data->input_dev, in surface3_spi_report_touch()
|
H A D | sur40.c | 424 slotnum = input_mt_get_slot_by_key(input, blob->blob_id); in sur40_report_blob()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cy8ctma140.c | 74 slot = input_mt_get_slot_by_key(ts->input, id); in cy8ctma140_report()
|
H A D | sis_i2c.c | 187 slot = input_mt_get_slot_by_key(input, data[SIS_CONTACT_ID_OFFSET]); in sis_ts_report_contact()
|
H A D | pixcir_i2c_ts.c | 164 slot = input_mt_get_slot_by_key(ts->input, in pixcir_ts_report()
|
H A D | surface3_spi.c | 72 slot = input_mt_get_slot_by_key(ts_data->input_dev, in surface3_spi_report_touch()
|
H A D | sur40.c | 424 slotnum = input_mt_get_slot_by_key(input, blob->blob_id); in sur40_report_blob()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom_wac.c | 1467 int slot = input_mt_get_slot_by_key(touch_input, touch[0]); in wacom_intuos_pro2_bt_touch() 1631 int slot = input_mt_get_slot_by_key(input, data[offset + 1]); in wacom_24hdt_irq() 1696 int slot = input_mt_get_slot_by_key(input, id); in wacom_mt_touch() 2639 slot = input_mt_get_slot_by_key(input, hid_data->id); in wacom_wac_finger_slot() 2995 int slot = input_mt_get_slot_by_key(input, data[0]); in wacom_bpt3_touch_msg()
|
H A D | hid-multitouch.c | 895 return input_mt_get_slot_by_key(input, *slot->contactid); in mt_compute_slot()
|
H A D | hid-logitech-hidpp.c | 2473 slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id); in wtp_touch_event()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom_wac.c | 1472 int slot = input_mt_get_slot_by_key(touch_input, touch[0]); in wacom_intuos_pro2_bt_touch() 1633 int slot = input_mt_get_slot_by_key(input, data[offset + 1]); in wacom_24hdt_irq() 1698 int slot = input_mt_get_slot_by_key(input, id); in wacom_mt_touch() 2675 slot = input_mt_get_slot_by_key(input, hid_data->id); in wacom_wac_finger_slot() 3053 int slot = input_mt_get_slot_by_key(input, data[0]); in wacom_bpt3_touch_msg()
|
H A D | hid-multitouch.c | 927 return input_mt_get_slot_by_key(input, *slot->contactid); in mt_compute_slot()
|
H A D | hid-logitech-hidpp.c | 2984 slot = input_mt_get_slot_by_key(hidpp->input, touch_report->finger_id); in wtp_touch_event()
|
Completed in 38 milliseconds