Searched refs:bmAttributes (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb100.h70 UCHAR bmAttributes; member in struct:_USB_ENDPOINT_DESCRIPTOR
83 UCHAR bmAttributes; member in struct:_USB_CONFIGURATION_DESCRIPTOR
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb100.h70 UCHAR bmAttributes; member in struct:_USB_ENDPOINT_DESCRIPTOR
83 UCHAR bmAttributes; member in struct:_USB_CONFIGURATION_DESCRIPTOR
/vbox/include/VBox/
H A Dusb.h244 uint8_t bmAttributes; member in struct:USBCONFIGDESC
H A Dvusb.h170 uint8_t bmAttributes; member in struct:VUSBDESCCONFIG
228 uint8_t bmAttributes; member in struct:VUSBDESCENDPOINT
246 uint8_t bmAttributes; member in struct:VUSBDESCSSEPCOMPANION
295 uint8_t bmAttributes; member in struct:VUSBDESCSSDEVCAP
315 uint8_t bmAttributes; member in struct:VUSBDESCUSB2EXT
/vbox/src/VBox/Devices/USB/
H A DVUSBUrb.cpp356 uint8_t bmAttributes; member in struct:cfg_desc
364 BYTE_FIELD_START(struct cfg_desc, bmAttributes);
368 Log((" %s - %s - %s", s_apszTransType[(pDesc->bmAttributes & 0x3)],
369 s_apszSyncType[((pDesc->bmAttributes >> 2) & 0x3)], s_apszUsageType[((pDesc->bmAttributes >> 4) & 0x3)]));
370 BYTE_FIELD_END(struct cfg_desc, bmAttributes);
437 uint8_t bmAttributes; member in struct:ep_desc
443 BYTE_FIELD(struct ep_desc, bmAttributes);
486 uint8_t bmAttributes; member in struct:oth_cfg_desc
494 BYTE_FIELD_START(struct oth_cfg_desc, bmAttributes);
[all...]
H A DVUSBDevice.cpp67 /* .bmAttributes = */ 0,
84 /* .bmAttributes = */ 0x80,
124 LogFlow(("vusbDevMapEndpoint: pDev=%p[%s] pEndPtDesc=%p{.bEndpointAddress=%#x, .bmAttributes=%#x} p=%p stage %s->SETUP\n",
125 pDev, pDev->pUsbIns->pszName, pEndPtDesc, pEndPtDesc->Core.bEndpointAddress, pEndPtDesc->Core.bmAttributes,
128 if ((pEndPtDesc->Core.bmAttributes & 0x3) == 0)
143 if ((pEndPtDesc->Core.bmAttributes & 0x03) == 1)
164 LogFlow(("unmap_endpoint: pDev=%p[%s] pEndPtDesc=%p{.bEndpointAddress=%#x, .bmAttributes=%#x} p=%p stage %s->SETUP\n",
165 pDev, pDev->pUsbIns->pszName, pEndPtDesc, pEndPtDesc->Core.bEndpointAddress, pEndPtDesc->Core.bmAttributes,
168 if ((pEndPtDesc->Core.bmAttributes & 0x3) == 0)
285 if (pCfgDesc->Core.bmAttributes
[all...]
H A DUSBProxyDevice.cpp469 out->Core.bmAttributes = cfg->bmAttributes;
1029 const uint16_t cbMax = (paEps[iEp].Core.bmAttributes & 3) == 1 /* isoc */
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c92 #define VBOXUSB_XFER_TYPE(endp) ((endp)->EpDesc.bmAttributes & USB_EP_ATTR_MASK)
2775 Log((DEVICE_NAME ":vboxUSBSolarisClosePipe pipe bmAttributes=%#x bEndpointAddress=%#x\n", pEp->EpDesc.bmAttributes,

Completed in 69 milliseconds