Searched refs:usbip_header (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/usb/usbip/ |
A D | vhci_rx.c | 56 struct usbip_header *pdu) in vhci_recv_ret_submit() 113 struct usbip_header *pdu) in dequeue_pending_unlink() 138 struct usbip_header *pdu) in vhci_recv_ret_unlink() 200 struct usbip_header pdu; in vhci_rx_pdu()
|
A D | vudc_rx.c | 16 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()
|
A D | usbip_common.h | 208 struct usbip_header { struct 309 void usbip_dump_header(struct usbip_header *pdu); 313 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, 315 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
|
A D | vudc_tx.c | 25 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()
|
A D | stub_rx.c | 203 struct usbip_header *pdu) in stub_recv_cmd_unlink() 277 static int valid_request(struct stub_device *sdev, struct usbip_header *pdu) in valid_request() 295 struct usbip_header *pdu) in stub_priv_alloc() 325 static int get_pipe(struct stub_device *sdev, struct usbip_header *pdu) in get_pipe() 454 struct usbip_header *pdu) in stub_recv_cmd_submit() 630 struct usbip_header pdu; in stub_rx_pdu()
|
A D | vhci_tx.c | 13 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()
|
A D | stub_tx.c | 117 static void setup_ret_submit_pdu(struct usbip_header *rpdu, struct urb *urb) in setup_ret_submit_pdu() 125 static void setup_ret_unlink_pdu(struct usbip_header *rpdu, in setup_ret_unlink_pdu() 162 struct usbip_header pdu_header; in stub_send_ret_submit() 374 struct usbip_header pdu_header; in stub_send_ret_unlink()
|
A D | usbip_common.c | 259 void usbip_dump_header(struct usbip_header *pdu) in usbip_dump_header() 347 static void usbip_pack_cmd_submit(struct usbip_header *pdu, struct urb *urb, in usbip_pack_cmd_submit() 372 static void usbip_pack_ret_submit(struct usbip_header *pdu, struct urb *urb, in usbip_pack_ret_submit() 392 void usbip_pack_pdu(struct usbip_header *pdu, struct urb *urb, int cmd, in usbip_pack_pdu() 483 void usbip_header_correct_endian(struct usbip_header *pdu, int send) in usbip_header_correct_endian()
|
/linux/Documentation/usb/ |
A D | usbip_protocol.rst | 302 'usbip_header_basic', and their headers, called 'usbip_header' (before
|
Completed in 11 milliseconds