Home
last modified time | relevance | path

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

/NextBSD/lib/libusbhid/
HDparse.c216 unsigned int bTag, bType, bSize; in hid_get_item_raw() local
274 bType = 0xff; /* XXX what should it be */ in hid_get_item_raw()
278 bType = (bSize >> 2) & 3; in hid_get_item_raw()
311 switch (bType) { in hid_get_item_raw()
/NextBSD/sys/dev/usb/
HDusb_hid.c245 unsigned int bTag, bType, bSize; in hid_get_item() local
305 bType = 0xff; /* XXX what should it be */ in hid_get_item()
309 bType = (bSize >> 2) & 3; in hid_get_item()
343 switch (bType) { in hid_get_item()
552 DPRINTFN(0, "default bType=%d\n", bType); in hid_get_item()
/NextBSD/sys/dev/usb/serial/
HDufoma.c114 uint8_t bType; member
358 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_probe()
359 (mad->bType == UMCPC_ACM_TYPE_AB6)) in ufoma_probe()
415 if ((mad->bType == UMCPC_ACM_TYPE_AB5) || in ufoma_attach()
416 (mad->bType == UMCPC_ACM_TYPE_AB6)) { in ufoma_attach()
/NextBSD/crypto/openssl/engines/
HDe_capi.c632 if (bh->bType != PUBLICKEYBLOB) { in capi_get_pkey()