Home
last modified time | relevance | path

Searched refs:usbip_header (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/usbip/
H A Dusbip_common.h208 struct usbip_header { struct
303 void usbip_dump_header(struct usbip_header *pdu);
307 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd,
309 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
H A Dvudc_rx.c16 struct usbip_header *pdu, u8 type) in alloc_urb_from_cmd()
63 struct usbip_header *pdu) in v_recv_cmd_unlink()
89 struct usbip_header *pdu) in v_recv_cmd_submit()
192 struct usbip_header pdu; in v_rx_pdu()
H A Dvhci_tx.c13 static void setup_cmd_submit_pdu(struct usbip_header *pdup, struct urb *urb) in setup_cmd_submit_pdu()
70 struct usbip_header pdu_header; in vhci_send_cmd_submit()
198 struct usbip_header pdu_header; in vhci_send_cmd_unlink()
H A Dstub_tx.c118 static void setup_ret_submit_pdu(struct usbip_header *rpdu, struct urb *urb) in setup_ret_submit_pdu()
126 static void setup_ret_unlink_pdu(struct usbip_header *rpdu, in setup_ret_unlink_pdu()
163 struct usbip_header pdu_header; in stub_send_ret_submit()
371 struct usbip_header pdu_header; in stub_send_ret_unlink()
H A Dusbip_common.c259 void usbip_dump_header(struct usbip_header *pdu) in usbip_dump_header()
433 static void usbip_pack_cmd_submit(struct usbip_header *pdu, struct urb *urb, in usbip_pack_cmd_submit()
458 static void usbip_pack_ret_submit(struct usbip_header *pdu, struct urb *urb, in usbip_pack_ret_submit()
478 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, in usbip_pack_pdu()
569 void usbip_header_correct_endian(struct usbip_header *pdu, int send) in usbip_header_correct_endian()