Searched refs:input_mt_assign_slots (Results 1 – 15 of 15) sorted by relevance
/linux/include/linux/input/ |
H A D | mt.h | 123 int input_mt_assign_slots(struct input_dev *dev, int *slots,
|
/linux/drivers/input/ |
H A D | input-mt.c | 483 int input_mt_assign_slots(struct input_dev *dev, int *slots, in input_mt_assign_slots() function 504 EXPORT_SYMBOL(input_mt_assign_slots);
|
/linux/drivers/input/touchscreen/ |
H A D | ektf2127.c | 91 input_mt_assign_slots(ts->input, slots, touches, in ektf2127_report_event()
|
H A D | st1232.c | 157 input_mt_assign_slots(input, slots, pos, n_contacts, 0); in st1232_ts_parse_and_report()
|
H A D | bu21013_ts.c | 222 input_mt_assign_slots(input, slots, pos, finger_down_count, DELTA_MIN); in bu21013_do_touch_report()
|
H A D | pixcir_i2c_ts.c | 160 input_mt_assign_slots(ts->input, slots, report->pos, n, 0); in pixcir_ts_report()
|
H A D | silead.c | 297 input_mt_assign_slots(input, data->slots, data->pos, touch_nr, 0); in silead_ts_read_data()
|
H A D | rohm_bu21023.c | 608 input_mt_assign_slots(input_dev, slots, pos, in rohm_ts_soft_irq()
|
/linux/drivers/input/rmi4/ |
H A D | rmi_f12.c | 211 input_mt_assign_slots(sensor->input, in rmi_f12_process_objects()
|
H A D | rmi_f11.c | 628 input_mt_assign_slots(sensor->input, in rmi_f11_finger_handler()
|
/linux/drivers/input/mouse/ |
H A D | cypress_ps2.c | 498 input_mt_assign_slots(input, slots, pos, n, 0); in cypress_process_packet()
|
H A D | bcm5974.c | 626 input_mt_assign_slots(input, dev->slots, dev->pos, n, 0); in report_tp_state()
|
H A D | synaptics.c | 1006 input_mt_assign_slots(dev, slot, pos, nsemi, DMAX * priv->info.x_res); in synaptics_report_mt_data()
|
H A D | alps.c | 517 input_mt_assign_slots(dev, slot, f->mt, n, 0); in alps_report_mt_data()
|
/linux/drivers/input/keyboard/ |
H A D | applespi.c | 1061 input_mt_assign_slots(input, applespi->slots, applespi->pos, n, 0); in report_tp_state()
|