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

/drivers/usb/host/
H A Dxhci.h845 struct xhci_hcd *xhci;
1381 /* There is one xhci_hcd structure per controller */
1382 struct xhci_hcd { struct
1508 static inline struct xhci_hcd *hcd_to_xhci(struct usb_hcd *hcd)
1510 return *((struct xhci_hcd **) (hcd->hcd_priv));
1513 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci)
1535 static inline unsigned int xhci_readl(const struct xhci_hcd *xhci,
1540 static inline void xhci_writel(struct xhci_hcd *xhci,
1555 static inline u64 xhci_read_64(const struct xhci_hcd *xhci,
1563 static inline void xhci_write_64(struct xhci_hcd *xhc
[all...]

Completed in 60 milliseconds