Searched refs:usbip_header (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/usb/usbip/ |
D | vhci_rx.c | 71 struct usbip_header *pdu) in vhci_recv_ret_submit() 117 struct usbip_header *pdu) in dequeue_pending_unlink() 141 struct usbip_header *pdu) in vhci_recv_ret_unlink() 200 struct usbip_header pdu; in vhci_rx_pdu()
|
D | usbip_common.h | 213 struct usbip_header { struct 299 void usbip_dump_header(struct usbip_header *pdu); 303 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, 305 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
|
D | vhci_tx.c | 26 static void setup_cmd_submit_pdu(struct usbip_header *pdup, struct urb *urb) in setup_cmd_submit_pdu() 77 struct usbip_header pdu_header; in vhci_send_cmd_submit() 165 struct usbip_header pdu_header; in vhci_send_cmd_unlink()
|
D | stub_tx.c | 122 static void setup_ret_submit_pdu(struct usbip_header *rpdu, struct urb *urb) in setup_ret_submit_pdu() 130 static void setup_ret_unlink_pdu(struct usbip_header *rpdu, in setup_ret_unlink_pdu() 168 struct usbip_header pdu_header; in stub_send_ret_submit() 319 struct usbip_header pdu_header; in stub_send_ret_unlink()
|
D | stub_rx.c | 221 struct usbip_header *pdu) in stub_recv_cmd_unlink() 296 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu) in valid_request() 314 struct usbip_header *pdu) in stub_priv_alloc() 449 struct usbip_header *pdu) in stub_recv_cmd_submit() 538 struct usbip_header pdu; in stub_rx_pdu()
|
D | usbip_common.c | 282 void usbip_dump_header(struct usbip_header *pdu) in usbip_dump_header() 392 static void usbip_pack_cmd_submit(struct usbip_header *pdu, struct urb *urb, in usbip_pack_cmd_submit() 417 static void usbip_pack_ret_submit(struct usbip_header *pdu, struct urb *urb, in usbip_pack_ret_submit() 437 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, in usbip_pack_pdu() 528 void usbip_header_correct_endian(struct usbip_header *pdu, int send) in usbip_header_correct_endian()
|