Searched defs:abs (Results 1 – 5 of 5) sorted by relevance
86 static __inline__ int abs(int __n) { in abs() function
85 static __inline__ int abs(int __n) { in abs() function
61 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) argument62 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo) argument
85 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) argument86 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) argument