Searched refs:EVIOCSABS (Results 1 – 2 of 2) sorted by relevance
180 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */ macro
1222 if ((_IOC_NR(cmd) & ~ABS_MAX) == _IOC_NR(EVIOCSABS(0))) { in evdev_do_ioctl()