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

/barrelfish-2018-10-04/include/usb/
H A Dusb_descriptor.h48 uint8_t bLength; ///< the length of this descriptor member in struct:usb_descriptor
64 uint8_t bLength; ///< the length of the descriptor (18 bytes) member in struct:usb_device_descriptor
95 uint8_t bLength; ///< should be 10 bytes member in struct:usb_device_qualifier_descriptor
125 uint8_t bLength; ///< length of the descriptor in bytes member in struct:usb_config_descriptor
157 uint8_t bLength; ///< should be 9 bytes member in struct:usb_interface_descriptor
201 uint8_t bLength; ///< should be 9 bytes member in struct:usb_endpoint_descriptor
255 uint8_t bLength; ///< length of the descriptor in bytes member in struct:usb_string_descriptor_languages
263 uint8_t bLength; ///< length of the descriptor in bytes member in struct:usb_string_descriptor
270 #define USB_STRING_GET_ELEMENT_COUNT(sd) ((sd->bLength -2 )/2)
271 #define USB_STRING_GET_STRLEN(sd) ((sd->bLength
[all...]
/barrelfish-2018-10-04/lib/usb/
H A Dusb_parse.c107 && (id->bLength >= sizeof(*id))) {
158 if (desc->bLength < sizeof(*ped)) {
H A Dusb_request.c175 if(ret_data_length != desc->bLength) {
450 return (usb_do_request_write(&req, descriptor->bLength, descriptor));
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_root_hub.c29 .bLength = sizeof(struct usb_device_descriptor),
47 .bLength = sizeof(struct usb_config_descriptor),
56 .bLength = sizeof(struct usb_interface_descriptor), .bDescriptorType =
61 .bLength = sizeof(struct usb_endpoint_descriptor),
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_root_hub.c37 .bLength = sizeof(struct usb_device_descriptor),
54 .bLength = sizeof(struct usb_device_qualifier_descriptor),
67 .bLength = sizeof(struct usb_config_descriptor),
77 .bLength = sizeof(struct usb_interface_descriptor),
85 .bLength = sizeof(struct usb_endpoint_descriptor),
/barrelfish-2018-10-04/include/usb/class/
H A Dusb_hid.h79 uint8_t bLength; ///< the total size in bytes of this descr member in struct:usb_hid_descriptor
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_device.c503 device->ctrl_ep_desc.bLength = sizeof(device->ctrl_ep_desc);
/barrelfish-2018-10-04/lib/usb/class/
H A Dusb_hid.c790 && (desc->bLength >= USB_HID_DESCRIPTOR_SIZE(0))) {

Completed in 163 milliseconds