Searched refs:usb_debug_root (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/usb/core/ |
D | usb.c | 1169 struct dentry *usb_debug_root; variable 1170 EXPORT_SYMBOL_GPL(usb_debug_root); 1174 usb_debug_root = debugfs_create_dir("usb", NULL); in usb_debugfs_init() 1175 debugfs_create_file("devices", 0444, usb_debug_root, NULL, in usb_debugfs_init() 1181 debugfs_remove_recursive(usb_debug_root); in usb_debugfs_cleanup()
|
/Linux-v4.19/drivers/usb/host/ |
D | fhci-dbg.c | 85 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root); in fhci_dfs_create()
|
D | uhci-hcd.c | 880 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
|
D | xhci-debugfs.c | 601 xhci_debugfs_root = debugfs_create_dir("xhci", usb_debug_root); in xhci_debugfs_create_root()
|
D | ehci-hcd.c | 1314 ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root); in ehci_hcd_init()
|
D | ohci-hcd.c | 1260 ohci_debug_root = debugfs_create_dir("ohci", usb_debug_root); in ohci_hcd_mod_init()
|
D | sl811-hcd.c | 1500 usb_debug_root, sl811, in create_debug_file()
|
D | isp1362-hcd.c | 2179 usb_debug_root, in create_debug_file()
|
D | fotg210-hcd.c | 5676 fotg210_debug_root = debugfs_create_dir("fotg210", usb_debug_root); in fotg210_hcd_init()
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_debugfs.c | 120 dir = debugfs_create_dir("uvcvideo", usb_debug_root); in uvc_debugfs_init()
|
/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3_dr.c | 380 root = debugfs_create_dir(dev_name(ssusb->dev), usb_debug_root); in ssusb_debugfs_init()
|
/Linux-v4.19/drivers/media/common/siano/ |
D | smsdvb-debugfs.c | 517 d = debugfs_create_dir("smsdvb", usb_debug_root); in smsdvb_debugfs_register()
|
/Linux-v4.19/drivers/usb/mon/ |
D | mon_text.c | 766 mon_dir = debugfs_create_dir("usbmon", usb_debug_root); in mon_text_init()
|
/Linux-v4.19/include/linux/ |
D | usb.h | 1999 extern struct dentry *usb_debug_root;
|