Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/usb/
Dusbip_protocol.txt32 USBIP_CMD_UNLINK to unlink a previously submitted URB. The answers of the
80 | USBIP_CMD_UNLINK |
316 USBIP_CMD_UNLINK: Unlink an URB
/Linux-v4.19/drivers/usb/usbip/
Dvhci_tx.c164 pdu_header.base.command = USBIP_CMD_UNLINK; in vhci_send_cmd_unlink()
Dusbip_common.h117 #define USBIP_CMD_UNLINK 0x0002 macro
Dvudc_rx.c212 case USBIP_CMD_UNLINK: in v_rx_pdu()
Dusbip_common.c277 case USBIP_CMD_UNLINK: in usbip_dump_header()
507 case USBIP_CMD_UNLINK: in usbip_header_correct_endian()
Dstub_rx.c562 case USBIP_CMD_UNLINK: in stub_rx_pdu()