Home
last modified time | relevance | path

Searched refs:ev_max (Results 1 – 4 of 4) sorted by relevance

/third_party/mtdev/src/
Diobuf.c73 int mtdev_get(struct mtdev *dev, int fd, struct input_event* ev, int ev_max) in mtdev_get() argument
77 while (count < ev_max) { in mtdev_get()
/third_party/mtdev/include/
Dmtdev.h160 int mtdev_get(struct mtdev *dev, int fd, struct input_event* ev, int ev_max);
/third_party/libevdev/libevdev/
Dlibevdev.c1787 return ev_max[type]; in libevdev_event_type_get_max()
/third_party/libevdev/include/
Devent-names.h804 static const int ev_max[EV_MAX + 1] = { variable