Lines Matching full:descriptors
3 * usb/gadget/config.c -- simplify building config descriptors
22 * usb_descriptor_fillbuf - fill buffer with descriptors
27 * Copies descriptors into the buffer, returning the length or a
29 * assembling descriptors for an associated set of interfaces used
31 * sets of descriptors need to be marshaled.
57 * usb_copy_descriptors - copy a vector of USB descriptors
61 * This makes a copy of a vector of USB descriptors. Its primary use
63 * each needing different descriptors. Functions may have static
64 * tables of descriptors, which are used as templates and customized
77 /* count descriptors and their sizes; then add vector size */ in usb_copy_descriptors()
87 * to descriptors copied starting at "mem"; in usb_copy_descriptors()