Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/dev/hid/
H A Dhid.c241 unsigned int bTag, bType, bSize; in hid_get_item() local
309 bTag = hid_get_byte(s, 1); in hid_get_item()
313 bTag = bSize >> 4; in hid_get_item()
350 switch (bTag) { in hid_get_item()
403 DPRINTFN(0, "Main bTag=%d\n", bTag); in hid_get_item()
408 switch (bTag) { in hid_get_item()
474 DPRINTFN(0, "Global bTag=%d\n", bTag); in hid_get_item()
479 switch (bTag) { in hid_get_item()
553 DPRINTFN(0, "Local bTag=%d\n", bTag); in hid_get_item()