Home
last modified time | relevance | path

Searched refs:usbip_device (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/usb/usbip/
Dusbip_common.h257 struct usbip_device { struct
274 void (*shutdown)(struct usbip_device *); argument
275 void (*reset)(struct usbip_device *);
276 void (*unusable)(struct usbip_device *);
311 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb);
312 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb);
313 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb);
316 int usbip_start_eh(struct usbip_device *ud);
317 void usbip_stop_eh(struct usbip_device *ud);
318 void usbip_event_add(struct usbip_device *ud, unsigned long event);
[all …]
Dusbip_event.c25 static int event_handler(struct usbip_device *ud) in event_handler()
66 struct usbip_device *ud = data; in event_handler_loop()
81 int usbip_start_eh(struct usbip_device *ud) in usbip_start_eh()
96 void usbip_stop_eh(struct usbip_device *ud) in usbip_stop_eh()
106 void usbip_event_add(struct usbip_device *ud, unsigned long event) in usbip_event_add()
117 int usbip_event_happened(struct usbip_device *ud) in usbip_event_happened()
Dvhci_rx.c73 struct usbip_device *ud = &vdev->ud; in vhci_recv_ret_submit()
197 static void vhci_rx_pdu(struct usbip_device *ud) in vhci_rx_pdu()
258 struct usbip_device *ud = data; in vhci_rx_loop()
Dstub_rx.c298 struct usbip_device *ud = &sdev->ud; in valid_request()
317 struct usbip_device *ud = &sdev->ud; in stub_priv_alloc()
453 struct usbip_device *ud = &sdev->ud; in stub_recv_cmd_submit()
535 static void stub_rx_pdu(struct usbip_device *ud) in stub_rx_pdu()
584 struct usbip_device *ud = data; in stub_rx_loop()
Dstub.h39 struct usbip_device ud;
Dstub_dev.c155 static void stub_shutdown_connection(struct usbip_device *ud) in stub_shutdown_connection()
214 static void stub_device_reset(struct usbip_device *ud) in stub_device_reset()
246 static void stub_device_unusable(struct usbip_device *ud) in stub_device_unusable()
Dvhci.h38 struct usbip_device ud;
Dusbip_common.c619 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) in usbip_recv_iso()
687 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb) in usbip_pad_iso()
721 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) in usbip_recv_xbuff()
Dvhci_hcd.c770 static void vhci_shutdown_connection(struct usbip_device *ud) in vhci_shutdown_connection()
826 static void vhci_device_reset(struct usbip_device *ud) in vhci_device_reset()
847 static void vhci_device_unusable(struct usbip_device *ud) in vhci_device_unusable()
Dvhci_tx.c205 struct usbip_device *ud = data; in vhci_tx_loop()
Dstub_tx.c364 struct usbip_device *ud = data; in stub_tx_loop()