Searched refs:ABS_TOOL_WIDTH (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/evdev/ |
H A D | input-event-codes.h | 877 #define ABS_TOOL_WIDTH 0x1c macro
|
H A D | evdev_mt.c | 73 { ABS_MT_TOUCH_MAJOR, ABS_TOOL_WIDTH, 15 },
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 868 #define ABS_TOOL_WIDTH 0x1c macro
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 1727 evdev_push_abs(sc->evdev_a, ABS_TOOL_WIDTH, f->w); 1858 evdev_support_abs(evdev_a, ABS_TOOL_WIDTH, 0, 15, 0, 0, 0); 1896 { ABS_TOOL_WIDTH, 0, ELANTECH_FINGER_MAX_W, 0 },
|