Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-hcd.c1107 ohci_debug_root = debugfs_create_dir("ohci", NULL); in ohci_hcd_mod_init()
1108 if (!ohci_debug_root) { in ohci_hcd_mod_init()
1198 debugfs_remove(ohci_debug_root); in ohci_hcd_mod_init()
1199 ohci_debug_root = NULL; in ohci_hcd_mod_init()
1235 debugfs_remove(ohci_debug_root); in ohci_hcd_mod_exit()
Dohci-dbg.c430 static struct dentry *ohci_debug_root; variable
815 ohci->debug_dir = debugfs_create_dir(bus->bus_name, ohci_debug_root); in create_debug_files()