Home
last modified time | relevance | path

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

/freebsd/lib/libusbhid/
H A Dparse.c216 unsigned int bTag, bType, bSize; in hid_get_item_raw() local
273 bTag = hid_get_byte(s, 1); in hid_get_item_raw()
277 bTag = bSize >> 4; in hid_get_item_raw()
313 switch (bTag) { in hid_get_item_raw()
370 switch (bTag) { in hid_get_item_raw()
432 switch (bTag) { in hid_get_item_raw()
/freebsd/sys/dev/hid/
H A Dhid.c241 unsigned int bTag, bType, bSize; in hid_get_item() local
310 bTag = hid_get_byte(s, 1); in hid_get_item()
314 bTag = bSize >> 4; in hid_get_item()
355 switch (bTag) { in hid_get_item()
408 DPRINTFN(0, "Main bTag=%d\n", bTag); in hid_get_item()
413 switch (bTag) { in hid_get_item()
479 DPRINTFN(0, "Global bTag=%d\n", bTag); in hid_get_item()
484 switch (bTag) { in hid_get_item()
558 DPRINTFN(0, "Local bTag=%d\n", bTag); in hid_get_item()