Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c49 #define MAXPUSH 4 macro
62 struct hid_item cur[MAXPUSH];
417 if ((s->pushlevel + 1) >= MAXPUSH) { in hid_get_item()