Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Duhci-hcd.c583 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()
Duhci-debug.c21 static struct dentry *uhci_debugfs_root; variable