Searched refs:bInterfaceProtocol (Results 26 - 50 of 50) sorted by relevance

12

/freebsd-10-stable/lib/libusb/
H A Dlibusb.h343 uint8_t bInterfaceProtocol; member in struct:libusb_interface_descriptor
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_usbd.c1363 intf->uii_intfproto = desc->bInterfaceProtocol;
1419 if (!(intfproto == -1 || desc->bInterfaceProtocol == intfproto))
/freebsd-10-stable/sys/dev/usb/
H A Dusb_compat_linux.c194 (id->bInterfaceProtocol != uaa->info.bInterfaceProtocol)) {
H A Dusb_msctest.c632 switch (id->bInterfaceProtocol) {
H A Dusb_hub.c1777 iface->idesc->bInterfaceProtocol,
/freebsd-10-stable/sys/dev/usb/input/
H A Dwsp.c701 (id->bInterfaceProtocol != 0 &&
702 id->bInterfaceProtocol != UIPROTO_MOUSE))
H A Dums.c392 (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE))
H A Dukbd.c1023 (uaa->info.bInterfaceProtocol == UIPROTO_BOOT_KEYBOARD))
H A Datp.c2169 * (uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) doesn't hold true
2174 return ((uaa->info.bInterfaceProtocol == UIPROTO_MOUSE) ?
/freebsd-10-stable/tools/tools/usbtest/
H A Dusb_msc_test.c942 (iface->desc.bInterfaceProtocol == protocol ||
/freebsd-10-stable/sys/dev/usb/controller/
H A Datmegadci.c1544 .bInterfaceProtocol = 0,
H A Davr32dci.c1484 .bInterfaceProtocol = 0,
H A Dat91dci.c1766 .bInterfaceProtocol = 0,
H A Duss820dci.c1786 .bInterfaceProtocol = 0,
H A Dohci.c2070 .bInterfaceProtocol = 0,
H A Duhci.c2346 .bInterfaceProtocol = UIPROTO_FSHUB,
H A Dehci.c3055 .bInterfaceProtocol = 0,
H A Dmusb_otg.c3569 .bInterfaceProtocol = 0,
H A Ddwc_otg.c4303 .bInterfaceProtocol = 0,
H A Dxhci.c3261 .bInterfaceProtocol = 0,
/freebsd-10-stable/sys/dev/usb/storage/
H A Dustorage_fs.c344 (id->bInterfaceProtocol != UIPROTO_MASS_BBB)) {
H A Dumass.c757 switch (id->bInterfaceProtocol) {
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c669 (id->bInterfaceProtocol == UIPROTO_BLUETOOTH)) {
/freebsd-10-stable/sys/mips/cavium/usb/
H A Doctusb.c1407 .bInterfaceProtocol = UIPROTO_FSHUB,
/freebsd-10-stable/sys/dev/sound/usb/
H A Duaudio.c1715 (id->bInterfaceProtocol == 0) &&

Completed in 369 milliseconds

12