Searched refs:usbip_pack_pdu (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/usb/usbip/ |
D | vhci_rx.c | 89 usbip_pack_pdu(pdu, urb, USBIP_RET_SUBMIT, 0); in vhci_recv_ret_submit()
|
D | vhci_tx.c | 41 usbip_pack_pdu(pdup, urb, USBIP_CMD_SUBMIT, 1); in setup_cmd_submit_pdu()
|
D | usbip_common.h | 303 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd,
|
D | usbip_common.c | 437 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, in usbip_pack_pdu() function 453 EXPORT_SYMBOL_GPL(usbip_pack_pdu);
|
D | stub_tx.c | 127 usbip_pack_pdu(rpdu, urb, USBIP_RET_SUBMIT, 1); in setup_ret_submit_pdu()
|
D | stub_rx.c | 500 usbip_pack_pdu(pdu, priv->urb, USBIP_CMD_SUBMIT, 0); in stub_recv_cmd_submit()
|