Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c917 int mdepth; in hid_is_mouse() local
924 mdepth = 0; in hid_is_mouse()
930 if (mdepth != 0) in hid_is_mouse()
931 mdepth++; in hid_is_mouse()
935 mdepth++; in hid_is_mouse()
938 if (mdepth != 0) in hid_is_mouse()
939 mdepth--; in hid_is_mouse()
942 if (mdepth == 0) in hid_is_mouse()

Completed in 2 milliseconds