Searched refs:EV_MAX (Results 1 – 4 of 4) sorted by relevance
272 if ((_IOC_NR(cmd) & ~EV_MAX) == _IOC_NR(EVIOCGBIT(0,0))) { in evdev_ioctl()277 switch (_IOC_NR(cmd) & EV_MAX) { in evdev_ioctl()278 case 0: bits = dev->evbit; len = EV_MAX; break; in evdev_ioctl()
71 if (type > EV_MAX || !test_bit(type, dev->evbit)) in input_event()
327 if (arg > EV_MAX) { in uinput_ioctl()
93 #define EV_MAX 0x1f macro641 unsigned long evbit[NBITS(EV_MAX)];