Searched refs:usbip_header (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/usbip/
H A Dusbip_common.h209 * struct usbip_header - common header for all usbip packets
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);
H A Dvhci_rx.c71 struct usbip_header *pdu)
117 struct usbip_header *pdu)
141 struct usbip_header *pdu)
200 struct usbip_header pdu;
H A Dstub_tx.c122 static void setup_ret_submit_pdu(struct usbip_header *rpdu, struct urb *urb)
130 static void setup_ret_unlink_pdu(struct usbip_header *rpdu,
168 struct usbip_header pdu_header;
191 /* 1. setup usbip_header */
319 struct usbip_header pdu_header;
328 /* 1. setup usbip_header */
H A Dvhci_tx.c26 static void setup_cmd_submit_pdu(struct usbip_header *pdup, struct urb *urb)
77 struct usbip_header pdu_header;
87 /* 1. setup usbip_header */
165 struct usbip_header pdu_header;
174 /* 1. setup usbip_header */
H A Dstub_rx.c221 struct usbip_header *pdu)
296 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu)
314 struct usbip_header *pdu)
449 struct usbip_header *pdu)
538 struct usbip_header pdu;
H A Dusbip_common.c282 void usbip_dump_header(struct usbip_header *pdu)
392 static void usbip_pack_cmd_submit(struct usbip_header *pdu, struct urb *urb,
417 static void usbip_pack_ret_submit(struct usbip_header *pdu, struct urb *urb,
437 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd,
528 void usbip_header_correct_endian(struct usbip_header *pdu, int send)

Completed in 741 milliseconds