Lines Matching full:descriptor
29 /* Descriptor of an non-audio endpoint */
58 /* MS OS Descriptor header */
99 * | | eventfd | LE32 | eventfd file descriptor |
104 * | | fs_descrs | Descriptor[] | list of full-speed descriptors |
105 * | | hs_descrs | Descriptor[] | list of high-speed descriptors |
106 * | | ss_descrs | Descriptor[] | list of super-speed descriptors |
121 * | 16 | fs_descrs | Descriptor[] | list of full-speed descriptors |
122 * | | hs_descrs | Descriptor[] | list of high-speed descriptors |
126 * Descriptor[] is an array of valid USB descriptors which have the following
131 * | 0 | bLength | U8 | length of the descriptor |
132 * | 1 | bDescriptorType | U8 | descriptor type |
133 * | 2 | payload | | descriptor's payload |
141 * | 1 | dwLength | U32 | length of the descriptor |
151 * | 1 | dwLength | U32 | length of the descriptor |
174 * | 0 | dwSize | U32 | length of the descriptor |
217 * Events are delivered on the ep0 file descriptor, when the user mode driver
218 * reads from this file descriptor after writing the descriptors. Don't
219 * stop polling this descriptor.
287 * Returns endpoint descriptor. If endpoint shuts down during the call,