Home
last modified time | relevance | path

Searched refs:uhci_debugfs_root (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Duhci-hcd.c540 uhci_debugfs_root); in release_uhci()
594 uhci_debugfs_root, uhci, &uhci_debug_operations); in uhci_start()
703 debugfs_lookup_and_remove(hcd->self.bus_name, uhci_debugfs_root); in uhci_start()
876 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
909 debugfs_remove(uhci_debugfs_root); in uhci_hcd_init()
929 debugfs_remove(uhci_debugfs_root); in uhci_hcd_cleanup()
H A Duhci-debug.c22 static struct dentry *uhci_debugfs_root; variable