Home
last modified time | relevance | path

Searched refs:usb_debug_root (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/usb/core/
Dusb.c974 struct dentry *usb_debug_root; variable
975 EXPORT_SYMBOL_GPL(usb_debug_root);
981 usb_debug_root = debugfs_create_dir("usb", NULL); in usb_debugfs_init()
982 if (!usb_debug_root) in usb_debugfs_init()
986 usb_debug_root, NULL, in usb_debugfs_init()
989 debugfs_remove(usb_debug_root); in usb_debugfs_init()
990 usb_debug_root = NULL; in usb_debugfs_init()
1000 debugfs_remove(usb_debug_root); in usb_debugfs_cleanup()
/linux-3.4.99/drivers/media/video/uvc/
Duvc_debugfs.c122 dir = debugfs_create_dir("uvcvideo", usb_debug_root); in uvc_debugfs_init()
/linux-3.4.99/drivers/usb/host/
Dfhci-dbg.c111 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root); in fhci_dfs_create()
Duhci-hcd.c871 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
Dohci-hcd.c1149 ohci_debug_root = debugfs_create_dir("ohci", usb_debug_root); in ohci_hcd_mod_init()
Dehci-hcd.c1414 ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root); in ehci_hcd_init()
/linux-3.4.99/include/linux/
Dusb.h1699 extern struct dentry *usb_debug_root;
/linux-3.4.99/drivers/usb/mon/
Dmon_text.c745 mondir = debugfs_create_dir("usbmon", usb_debug_root); in mon_text_init()