Searched refs:input_mt_assign_slots (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/linux/input/ |
D | mt.h | 121 int input_mt_assign_slots(struct input_dev *dev, int *slots,
|
/Linux-v4.19/drivers/input/ |
D | input-mt.c | 440 int input_mt_assign_slots(struct input_dev *dev, int *slots, in input_mt_assign_slots() function 461 EXPORT_SYMBOL(input_mt_assign_slots);
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | ektf2127.c | 88 input_mt_assign_slots(ts->input, slots, touches, in ektf2127_report_event()
|
D | pixcir_i2c_ts.c | 118 input_mt_assign_slots(ts->input, slots, report->pos, n, 0); in pixcir_ts_report()
|
D | silead.c | 191 input_mt_assign_slots(input, data->slots, data->pos, touch_nr, 0); in silead_ts_read_data()
|
D | rohm_bu21023.c | 616 input_mt_assign_slots(input_dev, slots, pos, in rohm_ts_soft_irq()
|
/Linux-v4.19/drivers/input/rmi4/ |
D | rmi_f12.c | 190 input_mt_assign_slots(sensor->input, in rmi_f12_process_objects()
|
D | rmi_f11.c | 606 input_mt_assign_slots(sensor->input, in rmi_f11_finger_handler()
|
/Linux-v4.19/drivers/input/mouse/ |
D | cypress_ps2.c | 539 input_mt_assign_slots(input, slots, pos, n, 0); in cypress_process_packet()
|
D | bcm5974.c | 640 input_mt_assign_slots(input, dev->slots, dev->pos, n, 0); in report_tp_state()
|
D | synaptics.c | 991 input_mt_assign_slots(dev, slot, pos, nsemi, DMAX * priv->info.x_res); in synaptics_report_mt_data()
|
D | alps.c | 519 input_mt_assign_slots(dev, slot, f->mt, n, 0); in alps_report_mt_data()
|