Searched defs:abs (Results 1 – 2 of 2) sorted by relevance
35 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) /* get abs value/limits */ argument36 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo) /* set abs value/limits */ argument
176 struct input_absinfo abs; in print_possible_events() local