Searched defs:ehci_hcd (Results 1 – 1 of 1) sorted by relevance
71 struct ehci_hcd { /* one per controller */ struct73 struct ehci_caps __iomem *caps;74 struct ehci_regs __iomem *regs;75 struct ehci_dbg_port __iomem *debug;77 __u32 hcs_params; /* cached register copy */78 spinlock_t lock;79 enum ehci_rh_state rh_state;82 struct ehci_qh *async;83 struct ehci_qh *dummy; /* For AMD quirk use */84 struct ehci_qh *reclaim;[all …]