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

/drivers/staging/usbip/
H A Dusbip_common.h208 * struct usbip_header - common header for all usbip packets
212 struct usbip_header { struct
297 void usbip_dump_header(struct usbip_header *pdu);
302 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd,
304 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
H A Dvhci_rx.c67 struct usbip_header *pdu)
116 struct usbip_header *pdu)
140 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 */
320 struct usbip_header pdu_header;
329 /* 1. setup usbip_header */
H A Dvhci_tx.c26 static void setup_cmd_submit_pdu(struct usbip_header *pdup, struct urb *urb)
78 struct usbip_header pdu_header;
88 /* 1. setup usbip_header */
167 struct usbip_header pdu_header;
176 /* 1. setup usbip_header */
H A Dstub_rx.c230 struct usbip_header *pdu)
305 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu)
323 struct usbip_header *pdu)
458 struct usbip_header *pdu)
549 struct usbip_header pdu;
H A Dusbip_common.c294 void usbip_dump_header(struct usbip_header *pdu)
429 static void usbip_pack_cmd_submit(struct usbip_header *pdu, struct urb *urb,
457 static void usbip_pack_ret_submit(struct usbip_header *pdu, struct urb *urb,
481 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd,
572 void usbip_header_correct_endian(struct usbip_header *pdu, int send)

Completed in 37 milliseconds