Lines Matching full:descriptor
29 /* Descriptor of an non-audio endpoint */
58 /* MS OS Descriptor header */
97 * | | eventfd | LE32 | eventfd file descriptor |
102 * | | fs_descrs | Descriptor[] | list of full-speed descriptors |
103 * | | hs_descrs | Descriptor[] | list of high-speed descriptors |
104 * | | ss_descrs | Descriptor[] | list of super-speed descriptors |
119 * | 16 | fs_descrs | Descriptor[] | list of full-speed descriptors |
120 * | | hs_descrs | Descriptor[] | list of high-speed descriptors |
124 * Descriptor[] is an array of valid USB descriptors which have the following
129 * | 0 | bLength | U8 | length of the descriptor |
130 * | 1 | bDescriptorType | U8 | descriptor type |
131 * | 2 | payload | | descriptor's payload |
139 * | 1 | dwLength | U32 | length of the descriptor |
149 * | 1 | dwLength | U32 | length of the descriptor |
172 * | 0 | dwSize | U32 | length of the descriptor |
215 * Events are delivered on the ep0 file descriptor, when the user mode driver
216 * reads from this file descriptor after writing the descriptors. Don't
217 * stop polling this descriptor.
285 * Returns endpoint descriptor. If endpoint shuts down during the call,