Searched defs:hc_driver (Results 1 – 2 of 2) sorted by relevance
89293 struct hc_driver { struct89294 const char *description;89295 const char *product_desc;89296 size_t hcd_priv_size;89297 irqreturn_t (*irq)(struct usb_hcd *);89298 int flags;89299 int (*reset)(struct usb_hcd *);89300 int (*start)(struct usb_hcd *);89301 int (*pci_suspend)(struct usb_hcd *, bool);89302 int (*pci_resume)(struct usb_hcd *, pm_message_t);[all …]
99029 struct hc_driver { struct99030 const char *description;99031 const char *product_desc;99032 size_t hcd_priv_size;99033 irqreturn_t (*irq)(struct usb_hcd *);99034 int flags;99035 int (*reset)(struct usb_hcd *);99036 int (*start)(struct usb_hcd *);99037 int (*pci_suspend)(struct usb_hcd *, bool);99038 int (*pci_resume)(struct usb_hcd *, pm_message_t);[all …]