Home
last modified time | relevance | path

Searched refs:usb_hcd (Results 1 – 4 of 4) sorted by relevance

/include/linux/usb/
Dhcd.h83 struct usb_hcd { struct
202 struct usb_hcd *shared_hcd; argument
203 struct usb_hcd *primary_hcd; argument
245 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus() argument
250 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 …]
Dehci-dbgp.h51 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()
Dehci_pdriver.h24 struct usb_hcd;
62 int (*pre_setup)(struct usb_hcd *hcd);
/include/linux/platform_data/
Dusb-ohci-s3c2410.h23 struct usb_hcd *hcd;