xhci_driver_overridesRegular
4.4: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
4.8: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
4.10: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
4.13: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
4.15: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
4.18: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
5.0: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
5.3: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
5.4: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
5.8: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
5.11: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
int (*check_bandwidth)(struct usb_hcd *, struct usb_device *);
void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *);
};
5.13: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
int (*add_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*check_bandwidth)(struct usb_hcd *, struct usb_device *);
void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *);
};
5.15: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
int (*add_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*check_bandwidth)(struct usb_hcd *, struct usb_device *);
void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *);
};
5.19: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
int (*add_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*check_bandwidth)(struct usb_hcd *, struct usb_device *);
void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *);
};
6.2: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
int (*add_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*check_bandwidth)(struct usb_hcd *, struct usb_device *);
void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *);
int (*update_hub_device)(struct usb_hcd *, struct usb_device *, struct usb_tt *, gfp_t);
};
6.5: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
int (*add_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*check_bandwidth)(struct usb_hcd *, struct usb_device *);
void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *);
int (*update_hub_device)(struct usb_hcd *, struct usb_device *, struct usb_tt *, gfp_t);
int (*hub_control)(struct usb_hcd *, u16, u16, u16, char *, u16);
};
6.8: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
int (*add_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *);
int (*check_bandwidth)(struct usb_hcd *, struct usb_device *);
void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *);
int (*update_hub_device)(struct usb_hcd *, struct usb_device *, struct usb_tt *, gfp_t);
int (*hub_control)(struct usb_hcd *, u16, u16, u16, char *, u16);
};
arm64: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
armhf: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
ppc64el: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
riscv64: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
aws: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
azure: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
gcp: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
lowlatency: ✅struct xhci_driver_overrides {
size_t extra_priv_size;
int (*reset)(struct usb_hcd *);
int (*start)(struct usb_hcd *);
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ⚠️int (*check_bandwidth)(struct usb_hcd *, struct usb_device *)
void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *)
5.11 and 5.13 ⚠️int (*add_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *)
int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, struct usb_host_endpoint *)
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️int (*update_hub_device)(struct usb_hcd *, struct usb_device *, struct usb_tt *, gfp_t)
6.2 and 6.5 ⚠️int (*hub_control)(struct usb_hcd *, u16, u16, u16, char *, u16)
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅