Searched refs:ABS_MT_SLOT (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/input/
H A Dmt.h87 input_event(dev, EV_ABS, ABS_MT_SLOT, slot);
97 return axis == ABS_MT_SLOT || input_is_mt_value(axis);
/linux-master/drivers/virtio/
H A Dvirtio_input.c309 if (test_bit(ABS_MT_SLOT, vi->idev->absbit)) {
310 nslots = input_abs_get_max(vi->idev, ABS_MT_SLOT) + 1;
/linux-master/drivers/input/
H A Dinput-mt.c31 * in the input device, prepares the ABS_MT_SLOT and
56 input_set_abs_params(dev, ABS_MT_SLOT, 0, num_slots - 1, 0, 0);
268 input_handle_event(dev, EV_ABS, ABS_MT_SLOT, i);
H A Dinput.c197 if (code == ABS_MT_SLOT) {
214 is_new_slot = mt->slot != dev->absinfo[ABS_MT_SLOT].value;
234 dev->absinfo[ABS_MT_SLOT].value = mt->slot;
366 v->code = ABS_MT_SLOT;
H A Devdev.c1237 if (t == ABS_MT_SLOT)
/linux-master/drivers/input/misc/
H A Duinput.c326 if (test_bit(ABS_MT_SLOT, dev->absbit)) {
327 nslot = input_abs_get_max(dev, ABS_MT_SLOT) + 1;
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h882 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h882 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h882 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro

Completed in 181 milliseconds