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()
702 debugfs_lookup_and_remove(hcd->self.bus_name, uhci_debugfs_root); in uhci_start()
873 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
906 debugfs_remove(uhci_debugfs_root); in uhci_hcd_init()
924 debugfs_remove(uhci_debugfs_root); in uhci_hcd_cleanup()
H A Duhci-debug.c22 static struct dentry *uhci_debugfs_root; variable