Searched defs:bmAttributes (Results 1 - 5 of 5) sorted by relevance

/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/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/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...]

Completed in 52 milliseconds