Home
last modified time | relevance | path

Searched refs:xhci_debugfs_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-debugfs.h107 void xhci_debugfs_init(struct xhci_hcd *xhci);
123 static inline void xhci_debugfs_init(struct xhci_hcd *xhci) { } in xhci_debugfs_init() function
H A Dxhci-debugfs.c653 void xhci_debugfs_init(struct xhci_hcd *xhci) in xhci_debugfs_init() function
H A Dxhci.c551 xhci_debugfs_init(xhci); in xhci_run()