Searched refs:usbip_pack_pdu (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/staging/usbip/ |
D | vhci_rx.c | 86 usbip_pack_pdu(pdu, urb, USBIP_RET_SUBMIT, 0); in vhci_recv_ret_submit()
|
D | usbip_common.h | 302 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd,
|
D | vhci_tx.c | 41 usbip_pack_pdu(pdup, urb, USBIP_CMD_SUBMIT, 1); in setup_cmd_submit_pdu()
|
D | usbip_common.c | 481 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, in usbip_pack_pdu() function 497 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 | 510 usbip_pack_pdu(pdu, priv->urb, USBIP_CMD_SUBMIT, 0); in stub_recv_cmd_submit()
|