Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dusb.c1013 struct dentry *usb_debug_root; variable
1014 EXPORT_SYMBOL_GPL(usb_debug_root);
1020 usb_debug_root = debugfs_create_dir("usb", NULL); in usb_debugfs_init()
1021 if (!usb_debug_root) in usb_debugfs_init()
1025 usb_debug_root, NULL, in usb_debugfs_init()
1028 debugfs_remove(usb_debug_root); in usb_debugfs_init()
1029 usb_debug_root = NULL; in usb_debugfs_init()
1039 debugfs_remove(usb_debug_root); in usb_debugfs_cleanup()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_debugfs.c122 dir = debugfs_create_dir("uvcvideo", usb_debug_root); in uvc_debugfs_init()
/linux-4.4.14/drivers/usb/host/
Dfhci-dbg.c111 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root); in fhci_dfs_create()
Duhci-hcd.c877 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
Dehci-hcd.c1319 ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root); in ehci_hcd_init()
Dohci-hcd.c1270 ohci_debug_root = debugfs_create_dir("ohci", usb_debug_root); in ohci_hcd_mod_init()
Dsl811-hcd.c1510 usb_debug_root, sl811, in create_debug_file()
Disp1362-hcd.c2176 usb_debug_root, in create_debug_file()
Dfotg210-hcd.c5717 fotg210_debug_root = debugfs_create_dir("fotg210", usb_debug_root); in fotg210_hcd_init()
/linux-4.4.14/drivers/media/common/siano/
Dsmsdvb-debugfs.c535 d = debugfs_create_dir("smsdvb", usb_debug_root); in smsdvb_debugfs_register()
/linux-4.4.14/include/linux/
Dusb.h1892 extern struct dentry *usb_debug_root;
/linux-4.4.14/drivers/usb/mon/
Dmon_text.c745 mondir = debugfs_create_dir("usbmon", usb_debug_root); in mon_text_init()