Lines Matching refs:URB
36 to transfer the URB traffic between the client and the server. The client may
37 send two types of packets: the USBIP_CMD_SUBMIT to submit an URB, and
38 USBIP_CMD_UNLINK to unlink a previously submitted URB. The answers of the
88 For UNLINK, note that after a successful USBIP_RET_UNLINK, the unlinked URB
335 Submit an URB
345 | | | Documentation/driver-api/usb/URB.rst. |
351 | | | use URB transfer_buffer_length |
353 | 0x1C | 4 | start_frame: use URB start_frame; |
376 Reply for submitting an URB
383 | 0x14 | 4 | status: zero for successful URB transaction, |
386 | 0x18 | 4 | actual_length: number of URB data bytes; |
387 | | | use URB actual_length |
389 | 0x1C | 4 | start_frame: use URB start_frame; |
410 Unlink an URB
423 Reply for URB unlink