Searched refs:ehci_debug_root (Results 1 – 2 of 2) sorted by relevance
1319 ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root); in ehci_hcd_init()1320 if (!ehci_debug_root) { in ehci_hcd_init()1368 debugfs_remove(ehci_debug_root); in ehci_hcd_init()1369 ehci_debug_root = NULL; in ehci_hcd_init()1392 debugfs_remove(ehci_debug_root); in ehci_hcd_cleanup()
373 static struct dentry *ehci_debug_root; variable1054 ehci->debug_dir = debugfs_create_dir(bus->bus_name, ehci_debug_root); in create_debug_files()