Home | History | Annotate | Download | only in usb

Lines Matching full:le32

94  * |   0 | magic     | LE32         | FUNCTIONFS_DESCRIPTORS_MAGIC_V2      |
95 * | 4 | length | LE32 | length of the whole data chunk |
96 * | 8 | flags | LE32 | combination of functionfs_flags |
97 * | | eventfd | LE32 | eventfd file descriptor |
98 * | | fs_count | LE32 | number of full-speed descriptors |
99 * | | hs_count | LE32 | number of high-speed descriptors |
100 * | | ss_count | LE32 | number of super-speed descriptors |
101 * | | os_count | LE32 | number of MS OS descriptors |
115 * | 0 | magic | LE32 | FUNCTIONFS_DESCRIPTORS_MAGIC |
116 * | 4 | length | LE32 | length of the whole data chunk |
117 * | 8 | fs_count | LE32 | number of full-speed descriptors |
118 * | 12 | hs_count | LE32 | number of high-speed descriptors |
192 * | 0 | magic | LE32 | FUNCTIONFS_STRINGS_MAGIC |
193 * | 4 | length | LE32 | length of the data chunk |
194 * | 8 | str_count | LE32 | number of strings |
195 * | 12 | lang_count | LE32 | number of languages |