Searched defs:xhci_driver_overrides (Results 1 – 1 of 1) sorted by relevance
1953 struct xhci_driver_overrides { struct1954 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);[all …]