Searched refs:USBIP_RET_UNLINK (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | usbip_common.h | 112 * - USBIP_RET_UNLINK: the result of USBIP_CMD_UNLINK 119 #define USBIP_RET_UNLINK 0x0004 macro 195 * struct usbip_header_ret_unlink - USBIP_RET_UNLINK packet header
|
H A D | vhci_rx.c | 244 case USBIP_RET_UNLINK: in vhci_rx_pdu()
|
H A D | usbip_common.c | 289 case USBIP_RET_UNLINK: in usbip_dump_header() 290 pr_debug("USBIP_RET_UNLINK: status %d\n", in usbip_dump_header() 510 case USBIP_RET_UNLINK: in usbip_header_correct_endian()
|
H A D | vudc_tx.c | 34 setup_base_pdu(&rpdu->base, USBIP_RET_UNLINK, unlink->seqnum); in setup_ret_unlink_pdu()
|
H A D | stub_tx.c | 128 setup_base_pdu(&rpdu->base, USBIP_RET_UNLINK, unlink->seqnum); in setup_ret_unlink_pdu()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vhci_rx.c | 244 case USBIP_RET_UNLINK: in vhci_rx_pdu()
|
H A D | usbip_common.c | 289 case USBIP_RET_UNLINK: in usbip_dump_header() 290 pr_debug("USBIP_RET_UNLINK: status %d\n", in usbip_dump_header() 591 case USBIP_RET_UNLINK: in usbip_header_correct_endian()
|
H A D | usbip_common.h | 113 * - USBIP_RET_UNLINK: the result of USBIP_CMD_UNLINK 120 #define USBIP_RET_UNLINK 0x0004 macro 196 * struct usbip_header_ret_unlink - USBIP_RET_UNLINK packet header
|
H A D | vudc_tx.c | 34 setup_base_pdu(&rpdu->base, USBIP_RET_UNLINK, unlink->seqnum); in setup_ret_unlink_pdu()
|
H A D | stub_tx.c | 128 setup_base_pdu(&rpdu->base, USBIP_RET_UNLINK, unlink->seqnum); in setup_ret_unlink_pdu()
|
Completed in 7 milliseconds