Searched refs:bNumInterfaces (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb100.h80 UCHAR bNumInterfaces; member in struct:_USB_CONFIGURATION_DESCRIPTOR
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb100.h80 UCHAR bNumInterfaces; member in struct:_USB_CONFIGURATION_DESCRIPTOR
/vbox/include/VBox/
H A Dusb.h238 uint8_t bNumInterfaces; member in struct:USBCONFIGDESC
H A Dvusb.h167 uint8_t bNumInterfaces; member in struct:VUSBDESCCONFIG
337 * Core.bNumInterfaces in size. */
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp440 if ( cfg->bNumInterfaces != cnt.num_if )
441 Log(("usb-proxy: config%u: bNumInterfaces %u != %u\n",
442 idx, cfg->bNumInterfaces, cnt.num_if));
466 out->Core.bNumInterfaces = (uint8_t)cnt.num_if;
501 for (unsigned iIf = 0; iIf < paCfgs[iCfg].Core.bNumInterfaces; iIf++)
510 paCfgs[iCfg].Core.bNumInterfaces--;
511 unsigned cToCopy = paCfgs[iCfg].Core.bNumInterfaces - iIf;
571 for (unsigned i = 0; i < pOldCfgDesc->Core.bNumInterfaces; i++)
608 for (unsigned iIf = 0; iIf < pNewCfgDesc->Core.bNumInterfaces; iIf++)
1019 for (unsigned iIf = 0; iIf < paCfgs[iCfg].Core.bNumInterfaces; iI
[all...]
H A DVUSBDevice.cpp81 /* .bNumInterfaces = */ 0,
106 for (unsigned i = 0; i < pDev->pCurCfgDesc->Core.bNumInterfaces; i++)
252 memset(pDev->paIfStates, 0, pCfgDesc->Core.bNumInterfaces * sizeof(pDev->paIfStates[0]));
257 for (i = 0; i < pCfgDesc->Core.bNumInterfaces; i++)
416 for (unsigned i = 0; i < pDev->pCurCfgDesc->Core.bNumInterfaces; i++)
729 for (unsigned i = 0; i < pCfgDesc->Core.bNumInterfaces; i++)
756 for (unsigned i = 0; i < pCfgDesc->Core.bNumInterfaces; i++)
1608 if (pDev->pDescCache->paConfigs[i].Core.bNumInterfaces > cMax)
1609 cMax = pDev->pDescCache->paConfigs[i].Core.bNumInterfaces;
H A DVUSBUrb.cpp353 uint8_t bNumInterfaces; member in struct:cfg_desc
361 BYTE_FIELD(struct cfg_desc, bNumInterfaces);
483 uint8_t bNumInterfaces; member in struct:oth_cfg_desc
491 BYTE_FIELD(struct oth_cfg_desc, bNumInterfaces);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp597 PUSBD_INTERFACE_LIST_ENTRY pIfLe = (PUSBD_INTERFACE_LIST_ENTRY)vboxUsbMemAllocZ((pCfgDr->bNumInterfaces + 1) * sizeof(USBD_INTERFACE_LIST_ENTRY));
604 for (i = 0; i < pCfgDr->bNumInterfaces; i++)
614 pIfLe[pCfgDr->bNumInterfaces].InterfaceDescriptor = NULL;
628 pDevExt->Rt.uNumInterfaces = pCfgDr->bNumInterfaces;
/vbox/src/VBox/Devices/USB/usbip/
H A DUSBProxyDevice-usbip.cpp109 uint8_t bNumInterfaces; member in struct:UsbIpExportedDevice

Completed in 114 milliseconds