Searched refs:EV_MAX (Results 1 – 10 of 10) sorted by relevance
109 if (type > EV_MAX) in libevdev_event_type_get_max()
6 static const char * const ev_map[EV_MAX + 1] = {19 [EV_MAX] = "EV_MAX",809 static const char * const * const event_type_map[EV_MAX + 1] = {829 static const int ev_max[EV_MAX + 1] = {888 { .name = "EV_MAX", .value = EV_MAX },
50 #define EV_MAX 0x1f macro51 #define EV_CNT (EV_MAX+1)
55 #define EV_MAX 0x1f macro56 #define EV_CNT (EV_MAX+1)
535 intdata > EV_MAX || intdata < 0) in uinput_ioctl_sub()
662 case EVIOCGBIT(0, 0) ... EVIOCGBIT(EV_MAX, 0): in evdev_ioctl()
192 #define LastEV(sp) ((sp)->_mouse_events + EV_MAX - 1)208 (long) (IndexEV(sp, eventp) + (EV_MAX - 1)) % EV_MAX790 for (i = 0; i < EV_MAX; i++) in _nc_mouse_init()1558 for (n = runcount; n < EV_MAX; n++) { in _nc_mouse_parse()
133 show_name(EV_MAX); in main()
185 #define EV_MAX 8 /* size of mouse circular event queue */ macro1167 MEVENT _mouse_events[EV_MAX]; /* hold the last mouse event seen */
1033 COMPILER_CHECK(EVIOC_EV_MAX == EV_MAX);