Searched refs:descriptor_length (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.h20 size_t descriptor_length; member in struct:__anon512
H A Dusb-interface.c71 intf->descriptor_length);
270 void* descriptors = malloc(intf->descriptor_length);
276 memcpy(descriptors, intf->descriptor, intf->descriptor_length);
278 *out_length = intf->descriptor_length;
341 intf->descriptor_length + claim_length);
345 memcpy(descriptors + intf->descriptor_length, claim_intf, claim_length);
347 intf->descriptor_length += claim_length;
405 intf->descriptor_length);
H A Dusb-composite.c48 intf->descriptor_length = interface_desc_length;
120 intf->descriptor_length = assoc_desc_length;
136 intf->descriptor_length);

Completed in 81 milliseconds