Home
last modified time | relevance | path

Searched defs:xhci_hcd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci.h1728 struct xhci_hcd { struct
1729 struct usb_hcd *main_hcd;
1730 struct usb_hcd *shared_hcd;
1732 struct xhci_cap_regs __iomem *cap_regs;
1733 struct xhci_op_regs __iomem *op_regs;
1734 struct xhci_run_regs __iomem *run_regs;
1735 struct xhci_doorbell_array __iomem *dba;
1737 struct xhci_intr_reg __iomem *ir_set;
1740 __u32 hcs_params1;
1741 __u32 hcs_params2;
[all …]
Dxhci-dbgtty.c136 void (*fn)(struct xhci_hcd *, struct dbc_request *)) in xhci_dbc_alloc_requests()