Searched refs:uhci_debugfs_root (Results 1 – 2 of 2) sorted by relevance
583 S_IFREG|S_IRUGO|S_IWUSR, uhci_debugfs_root, in uhci_start()877 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()878 if (!uhci_debugfs_root) in uhci_hcd_init()912 debugfs_remove(uhci_debugfs_root); in uhci_hcd_init()933 debugfs_remove(uhci_debugfs_root); in uhci_hcd_cleanup()
21 static struct dentry *uhci_debugfs_root; variable