Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
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
Dxhci-debugfs.c652 void xhci_debugfs_init(struct xhci_hcd *xhci) in xhci_debugfs_init() function
Dxhci.c712 xhci_debugfs_init(xhci); in xhci_run()