• Home
  • Raw
  • Download

Lines Matching +full:0 +full:x108

105 | 0         | 2      | 0x0100     | Binary-coded decimal USBIP version number: v1.0.0 |
107 | 2 | 2 | 0x8005 | Command code: Retrieve the list of exported USB |
110 | 4 | 4 | 0x00000000 | Status: unused, shall be set to 0 |
119 | 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0.|
121 | 2 | 2 | 0x0005 | Reply code: The list of exported USB devices. |
123 | 4 | 4 | 0x00000000 | Status: 0 for OK |
125 | 8 | 4 | n | Number of exported devices: 0 means no exported |
128 | 0x0C | | | From now on the exported n devices are described, |
139 | 0x10C | 32 | | busid: Bus ID of the exported device, string |
143 | 0x12C | 4 | | busnum |
145 | 0x130 | 4 | | devnum |
147 | 0x134 | 4 | | speed |
149 | 0x138 | 2 | | idVendor |
151 | 0x13A | 2 | | idProduct |
153 | 0x13C | 2 | | bcdDevice |
155 | 0x13E | 1 | | bDeviceClass |
157 | 0x13F | 1 | | bDeviceSubClass |
159 | 0x140 | 1 | | bDeviceProtocol |
161 | 0x141 | 1 | | bConfigurationValue |
163 | 0x142 | 1 | | bNumConfigurations |
165 | 0x143 | 1 | | bNumInterfaces |
167 | 0x144 | | m_0 | From now on each interface is described, all |
173 | 0x145 | 1 | | bInterfaceSubClass |
175 | 0x146 | 1 | | bInterfaceProtocol |
177 | 0x147 | 1 | | padding byte for alignment, shall be set to zero |
179 | 0xC + | | | The second exported USB device starts at i=1 |
180 | i*0x138 + | | | with the busid field. |
190 | 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 |
192 | 2 | 2 | 0x8003 | Command code: import a remote USB device. |
194 | 4 | 4 | 0x00000000 | Status: unused, shall be set to 0 |
209 | 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 |
211 | 2 | 2 | 0x0003 | Reply code: Reply to import. |
213 | 4 | 4 | 0x00000000 | Status: |
215 | | | | - 0 for OK |
219 | | | | device, if the previous status field was OK (0), |
228 | 0x108 | 32 | | busid: Bus ID of the exported device, string |
232 | 0x128 | 4 | | busnum |
234 | 0x12C | 4 | | devnum |
236 | 0x130 | 4 | | speed |
238 | 0x134 | 2 | | idVendor |
240 | 0x136 | 2 | | idProduct |
242 | 0x138 | 2 | | bcdDevice |
244 | 0x139 | 1 | | bDeviceClass |
246 | 0x13A | 1 | | bDeviceSubClass |
248 | 0x13B | 1 | | bDeviceProtocol |
250 | 0x13C | 1 | | bConfigurationValue |
252 | 0x13D | 1 | | bNumConfigurations |
254 | 0x13E | 1 | | bNumInterfaces |
263 | 0 | 4 | 0x00000001 | command: Submit an URB |
269 | 0xC | 4 | | direction: |
271 | | | | - 0: USBIP_DIR_OUT |
274 | 0x10 | 4 | | ep: endpoint number, possible values are: 0...15 |
276 | 0x14 | 4 | | transfer_flags: possible values depend on the |
279 | 0x18 | 4 | | transfer_buffer_length |
281 | 0x1C | 4 | | start_frame: specify the selected frame to |
285 | 0x20 | 4 | | number_of_packets: number of ISO packets |
287 | 0x24 | 4 | | interval: maximum time for the request on the |
290 | 0x28 | 8 | | setup: data bytes for USB setup, filled with |
293 | 0x30 | | | URB data. For ISO transfers the padding between |
301 | URB_SHORT_NOT_OK | 0x00000001 | only in | only in | only in | no |
303 | URB_ISO_ASAP | 0x00000002 | no | no | no | yes |
305 | URB_NO_TRANSFER_DMA_MAP | 0x00000004 | yes | yes | yes | yes |
307 | URB_ZERO_PACKET | 0x00000040 | no | no | only out | no |
309 | URB_NO_INTERRUPT | 0x00000080 | yes | yes | yes | yes |
311 | URB_FREE_BUFFER | 0x00000100 | yes | yes | yes | yes |
313 | URB_DIR_MASK | 0x00000200 | yes | yes | yes | yes |
323 | 0 | 4 | 0x00000003 | command |
329 | 0xC | 4 | | direction: |
331 | | | | - 0: USBIP_DIR_OUT |
334 | 0x10 | 4 | | ep: endpoint number |
336 | 0x14 | 4 | | status: zero for successful URB transaction, |
339 | 0x18 | 4 | n | actual_length: number of URB data bytes |
341 | 0x1C | 4 | | start_frame: for an ISO frame the actually |
344 | 0x20 | 4 | | number_of_packets |
346 | 0x24 | 4 | | error_count |
348 | 0x28 | 8 | | setup: data bytes for USB setup, filled with |
351 | 0x30 | n | | URB data bytes. For ISO transfers the padding |
361 | 0 | 4 | 0x00000002 | command: URB unlink command |
370 | 0xC | 4 | | direction: |
372 | | | | - 0: USBIP_DIR_OUT |
375 | 0x10 | 4 | | ep: endpoint number: zero |
377 | 0x14 | 4 | | seqnum: the URB sequence number given previously |
380 | 0x30 | n | | URB data bytes. For ISO transfers the padding |
390 | 0 | 4 | 0x00000004 | command: reply for the URB unlink command |
396 | 0xC | 4 | | direction: |
398 | | | | - 0: USBIP_DIR_OUT |
401 | 0x10 | 4 | | ep: endpoint number |
403 | 0x14 | 4 | | status: This is the value contained in the |
409 | 0x30 | n | | URB data bytes. For ISO transfers the padding |