Home
last modified time | relevance | path

Searched refs:USBIP_CMD_UNLINK (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/usbip/
Dusbip_protocol.txt32 USBIP_CMD_UNLINK to unlink a previously submitted URB. The answers of the
80 | USBIP_CMD_UNLINK |
317 USBIP_CMD_UNLINK: Unlink an URB
Dusbip_common.h129 #define USBIP_CMD_UNLINK 0x0002 macro
Dvhci_tx.c177 pdu_header.base.command = USBIP_CMD_UNLINK; in vhci_send_cmd_unlink()
Dusbip_common.c313 case USBIP_CMD_UNLINK: in usbip_dump_header()
591 case USBIP_CMD_UNLINK: in usbip_header_correct_endian()
Dstub_rx.c577 case USBIP_CMD_UNLINK: in stub_rx_pdu()