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.
60 * @desc: Null-terminated vector of pointers to the descriptors (interface,
66 * This copies descriptors into the response buffer, building a descriptor
110 * usb_copy_descriptors - copy a vector of USB descriptors
114 * This makes a copy of a vector of USB descriptors. Its primary use
116 * each needing different descriptors. Functions may have static
117 * tables of descriptors, which are used as templates and customized
130 /* count descriptors and their sizes; then add vector size */ in usb_copy_descriptors()
140 * to descriptors copied starting at "mem"; in usb_copy_descriptors()