Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h1710 struct xhci_hcd { struct
1711 struct usb_hcd *main_hcd;
1712 struct usb_hcd *shared_hcd;
1714 struct xhci_cap_regs __iomem *cap_regs;
1715 struct xhci_op_regs __iomem *op_regs;
1716 struct xhci_run_regs __iomem *run_regs;
1717 struct xhci_doorbell_array __iomem *dba;
1719 struct xhci_intr_reg __iomem *ir_set;
1722 __u32 hcs_params1;
1723 __u32 hcs_params2;
[all …]
Dxhci-dbgtty.c136 void (*fn)(struct xhci_hcd *, struct dbc_request *)) in xhci_dbc_alloc_requests()