Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/usbip/
Dvhci_rx.c56 struct usbip_header *pdu) in vhci_recv_ret_submit()
105 struct usbip_header *pdu) in dequeue_pending_unlink()
130 struct usbip_header *pdu) in vhci_recv_ret_unlink()
192 struct usbip_header pdu; in vhci_rx_pdu()
Dusbip_common.h200 struct usbip_header { struct
294 void usbip_dump_header(struct usbip_header *pdu);
298 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd,
300 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
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()
190 struct usbip_header pdu; in v_rx_pdu()
Dstub_rx.c202 struct usbip_header *pdu) in stub_recv_cmd_unlink()
274 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu) in valid_request()
292 struct usbip_header *pdu) in stub_priv_alloc()
322 static int get_pipe(struct stub_device *sdev, struct usbip_header *pdu) in get_pipe()
443 struct usbip_header *pdu) in stub_recv_cmd_submit()
534 struct usbip_header pdu; in stub_rx_pdu()
Dvudc_tx.c25 static void setup_ret_submit_pdu(struct usbip_header *rpdu, struct urbp *urb_p) in setup_ret_submit_pdu()
31 static void setup_ret_unlink_pdu(struct usbip_header *rpdu, in setup_ret_unlink_pdu()
45 struct usbip_header pdu_header; in v_send_ret_unlink()
76 struct usbip_header pdu_header; in v_send_ret_submit()
Dvhci_tx.c12 static void setup_cmd_submit_pdu(struct usbip_header *pdup, struct urb *urb) in setup_cmd_submit_pdu()
64 struct usbip_header pdu_header; in vhci_send_cmd_submit()
154 struct usbip_header pdu_header; in vhci_send_cmd_unlink()
Dstub_tx.c115 static void setup_ret_submit_pdu(struct usbip_header *rpdu, struct urb *urb) in setup_ret_submit_pdu()
123 static void setup_ret_unlink_pdu(struct usbip_header *rpdu, in setup_ret_unlink_pdu()
161 struct usbip_header pdu_header; in stub_send_ret_submit()
319 struct usbip_header pdu_header; in stub_send_ret_unlink()
Dusbip_common.c259 void usbip_dump_header(struct usbip_header *pdu) in usbip_dump_header()
352 static void usbip_pack_cmd_submit(struct usbip_header *pdu, struct urb *urb, in usbip_pack_cmd_submit()
377 static void usbip_pack_ret_submit(struct usbip_header *pdu, struct urb *urb, in usbip_pack_ret_submit()
397 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, in usbip_pack_pdu()
488 void usbip_header_correct_endian(struct usbip_header *pdu, int send) in usbip_header_correct_endian()