Home
last modified time | relevance | path

Searched refs:ABS_MT_TRACKING_ID (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/input/
H A Dvirtio-input-hid.c161 event.code = cpu_to_le16(ABS_MT_TRACKING_ID); in virtio_input_handle_event()
573 .subsel = ABS_MT_TRACKING_ID,
602 ABS_MT_TRACKING_ID, in virtio_multitouch_init()
/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h892 #define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */ macro