Home
last modified time | relevance | path

Searched refs:ABS_MT_SLOT (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/include/linux/input/
Dmt.h87 input_event(dev, EV_ABS, ABS_MT_SLOT, slot); in input_mt_slot()
97 return axis == ABS_MT_SLOT || input_is_mt_value(axis); in input_is_mt_axis()
/linux-6.12.1/Documentation/input/
Dmulti-touch-protocol.rst45 This generates an ABS_MT_SLOT event, which instructs the receiver to
88 total number of type B slots reported in the absinfo for the ABS_MT_SLOT axis.
90 The minimum value of the ABS_MT_SLOT axis must be 0.
134 ABS_MT_SLOT 0
138 ABS_MT_SLOT 1
146 ABS_MT_SLOT 0
155 The slot being modified is already 0, so the ABS_MT_SLOT is omitted. The
161 ABS_MT_SLOT 1
/linux-6.12.1/drivers/input/
Dinput-mt.c59 input_set_abs_params(dev, ABS_MT_SLOT, 0, num_slots - 1, 0, 0); in input_mt_init_slots()
271 input_handle_event(dev, EV_ABS, ABS_MT_SLOT, i); in __input_mt_drop_unused()
Dinput.c163 if (code == ABS_MT_SLOT) { in input_handle_abs_event()
180 is_new_slot = mt->slot != dev->absinfo[ABS_MT_SLOT].value; in input_handle_abs_event()
200 dev->absinfo[ABS_MT_SLOT].value = mt->slot; in input_handle_abs_event()
329 v->code = ABS_MT_SLOT; in input_event_dispose()
Devdev.c1235 if (t == ABS_MT_SLOT) in evdev_do_ioctl()
/linux-6.12.1/drivers/virtio/
Dvirtio_input.c310 if (test_bit(ABS_MT_SLOT, vi->idev->absbit)) { in virtinput_probe()
311 nslots = input_abs_get_max(vi->idev, ABS_MT_SLOT) + 1; in virtinput_probe()
/linux-6.12.1/drivers/input/misc/
Duinput.c326 if (test_bit(ABS_MT_SLOT, dev->absbit)) { in uinput_create_device()
327 nslot = input_abs_get_max(dev, ABS_MT_SLOT) + 1; in uinput_create_device()
427 if (code == ABS_MT_SLOT && max > 99) { in uinput_validate_absinfo()
/linux-6.12.1/include/uapi/linux/
Dinput-event-codes.h884 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
/linux-6.12.1/include/dt-bindings/input/
Dlinux-event-codes.h884 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
/linux-6.12.1/drivers/hid/
Dhid-debug.c3516 [ABS_MT_SLOT] = "MTSlot",