Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c918 int mdepth; in hid_is_mouse() local
925 mdepth = 0; in hid_is_mouse()
931 if (mdepth != 0) in hid_is_mouse()
932 mdepth++; in hid_is_mouse()
936 mdepth++; in hid_is_mouse()
939 if (mdepth != 0) in hid_is_mouse()
940 mdepth--; in hid_is_mouse()
943 if (mdepth == 0) in hid_is_mouse()