Searched refs:vhci_hcd (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/usbip/
H A Dvhci.h78 struct vhci_hcd { struct
96 extern struct vhci_hcd *the_controller;
99 /* vhci_hcd.c */
114 static inline struct vhci_hcd *hcd_to_vhci(struct usb_hcd *hcd)
116 return (struct vhci_hcd *) (hcd->hcd_priv);
119 static inline struct usb_hcd *vhci_to_hcd(struct vhci_hcd *vhci)
124 static inline struct device *vhci_dev(struct vhci_hcd *vhci)
H A DMakefile7 vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
H A Dvhci_hcd.c52 static int vhci_start(struct usb_hcd *vhci_hcd);
56 static const char driver_name[] = "vhci_hcd";
59 struct vhci_hcd *the_controller;
181 struct vhci_hcd *vhci;
230 struct vhci_hcd *dum;
583 * - When vhci_hcd receives RET_SUBMIT,
593 * - When vhci_hcd receives RET_UNLINK,
595 * - case 2a). a submit request is still pending in vhci_hcd.
601 * - case 2b). a submit request is *not* pending in vhci_hcd.
808 * xxx_disconnect()). Therefore, vhci_hcd doe
[all...]

Completed in 56 milliseconds