Searched refs:ABS_MT_SLOT (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | mt.h | 87 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()
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 45 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
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | uinput.c | 325 if (test_bit(ABS_MT_SLOT, dev->absbit)) { in uinput_create_device() 326 nslot = input_abs_get_max(dev, ABS_MT_SLOT) + 1; in uinput_create_device()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 764 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 764 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 711 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 678 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
|
| H A D | linux-event-codes.h | 856 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | input.c | 229 if (code == ABS_MT_SLOT) { in input_handle_abs_event() 264 if (is_mt_event && mt && mt->slot != input_abs_get_val(dev, ABS_MT_SLOT)) { in input_handle_abs_event() 265 input_abs_set_val(dev, ABS_MT_SLOT, mt->slot); in input_handle_abs_event() 398 v->code = ABS_MT_SLOT; in input_handle_event()
|
| H A D | input-mt.c | 55 input_set_abs_params(dev, ABS_MT_SLOT, 0, num_slots - 1, 0, 0); in input_mt_init_slots()
|
| H A D | evdev.c | 1237 if (t == ABS_MT_SLOT) in evdev_do_ioctl()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 856 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 71 #define ABS_MT_SLOT 0x2f macro
|