Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y395 int32_t page, mdepth; in check_hid_device() local
418 mdepth = 0; in check_hid_device()
424 if (mdepth != 0) in check_hid_device()
425 mdepth++; in check_hid_device()
429 mdepth++; in check_hid_device()
432 if (mdepth != 0) in check_hid_device()
433 mdepth--; in check_hid_device()
448 if (mdepth == 0) in check_hid_device()
/freebsd/sys/dev/hid/
H A Dhid.c908 int mdepth; in hid_is_mouse() local
915 mdepth = 0; in hid_is_mouse()
921 if (mdepth != 0) in hid_is_mouse()
922 mdepth++; in hid_is_mouse()
926 mdepth++; in hid_is_mouse()
929 if (mdepth != 0) in hid_is_mouse()
930 mdepth--; in hid_is_mouse()
933 if (mdepth == 0) in hid_is_mouse()