Searched refs:ehci_debug_root (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hcd.c1248 ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root);
1249 if (!ehci_debug_root) {
1307 debugfs_remove(ehci_debug_root);
1308 ehci_debug_root = NULL;
1334 debugfs_remove(ehci_debug_root);
H A Dehci-dbg.c392 static struct dentry *ehci_debug_root; variable in typeref:struct:dentry
1048 ehci->debug_dir = debugfs_create_dir(bus->bus_name, ehci_debug_root);

Completed in 53 milliseconds