Searched refs:usb_hcd (Results 1 – 4 of 4) sorted by relevance
83 struct usb_hcd { struct202 struct usb_hcd *shared_hcd; argument203 struct usb_hcd *primary_hcd; argument245 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus() argument250 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) in bus_to_hcd()252 return container_of(bus, struct usb_hcd, self); in bus_to_hcd()264 irqreturn_t (*irq) (struct usb_hcd *hcd);280 int (*reset) (struct usb_hcd *hcd);281 int (*start) (struct usb_hcd *hcd);287 int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);[all …]
51 struct usb_hcd;54 extern int xen_dbgp_reset_prep(struct usb_hcd *);55 extern int xen_dbgp_external_startup(struct usb_hcd *);57 static inline int xen_dbgp_reset_prep(struct usb_hcd *hcd) in xen_dbgp_reset_prep()62 static inline int xen_dbgp_external_startup(struct usb_hcd *hcd) in xen_dbgp_external_startup()70 extern int dbgp_external_startup(struct usb_hcd *);71 extern int dbgp_reset_prep(struct usb_hcd *);73 static inline int dbgp_reset_prep(struct usb_hcd *hcd) in dbgp_reset_prep()78 static inline int dbgp_external_startup(struct usb_hcd *hcd) in dbgp_external_startup()
24 struct usb_hcd;62 int (*pre_setup)(struct usb_hcd *hcd);
23 struct usb_hcd *hcd;