xhci_port
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
};
5.0
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
};
5.3
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
};
5.4
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
5.8
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
5.11
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
5.13
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
5.15
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
5.19
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
6.2
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
unsigned int lpm_incapable;
};
6.5
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
unsigned int lpm_incapable;
long unsigned int resume_timestamp;
bool rexit_active;
struct completion rexit_done;
struct completion u3exit_done;
};
6.8
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
unsigned int lpm_incapable;
long unsigned int resume_timestamp;
bool rexit_active;
struct completion rexit_done;
struct completion u3exit_done;
};
arm64
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
armhf
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
ppc64el
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
riscv64
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
aws
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
azure
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
gcp
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
lowlatency
: ✅struct xhci_port {
__le32 *addr;
int hw_portnum;
int hcd_portnum;
struct xhci_hub *rhub;
struct xhci_port_cap *port_cap;
};
Regular
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
⚠️struct xhci_port_cap *port_cap
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
⚠️unsigned int lpm_incapable
6.2
and 6.5
⚠️long unsigned int resume_timestamp
bool rexit_active
struct completion rexit_done
struct completion u3exit_done
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
✅