Home
last modified time | relevance | path

Searched defs:abs (Results 1 – 4 of 4) sorted by relevance

/include/uapi/linux/
Dvirtio_input.h65 struct virtio_input_absinfo abs; member
Dinput.h179 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ argument
180 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */ argument
/include/linux/input/
Dmt.h28 int abs[ABS_MT_LAST - ABS_MT_FIRST + 1]; member
/include/linux/
Dmath.h157 #define abs(x) __abs_choose_expr(x, long long, \ macro