Lines Matching defs:xhci_driver_overrides
1953 struct xhci_driver_overrides { struct
1954 size_t extra_priv_size;
1955 int (*reset)(struct usb_hcd *hcd);
1956 int (*start)(struct usb_hcd *hcd);
1957 int (*add_endpoint)(struct usb_hcd *hcd, struct usb_device *udev,
1959 int (*drop_endpoint)(struct usb_hcd *hcd, struct usb_device *udev,
1961 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *);
1962 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *);
1963 int (*address_device)(struct usb_hcd *hcd, struct usb_device *udev);
1964 int (*bus_suspend)(struct usb_hcd *hcd);
1965 int (*bus_resume)(struct usb_hcd *hcd);