Searched refs:usb_debug_root (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dusb.c776 struct dentry *usb_debug_root; variable in typeref:struct:dentry
777 EXPORT_SYMBOL_GPL(usb_debug_root); variable
783 usb_debug_root = debugfs_create_dir("usb", NULL);
784 if (!usb_debug_root)
788 usb_debug_root, NULL,
791 debugfs_remove(usb_debug_root);
792 usb_debug_root = NULL;
802 debugfs_remove(usb_debug_root);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-dbg.c111 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root);
H A Dehci-hcd.c1248 ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root);
H A Dohci-hcd.c1119 ohci_debug_root = debugfs_create_dir("ohci", usb_debug_root);
H A Duhci-hcd.c985 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_text.c738 mondir = debugfs_create_dir("usbmon", usb_debug_root);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusb.h1533 extern struct dentry *usb_debug_root;

Completed in 78 milliseconds