| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | common.c | 396 struct dentry *usb_debug_root; variable 397 EXPORT_SYMBOL_GPL(usb_debug_root); 401 usb_debug_root = debugfs_create_dir("usb", NULL); in usb_common_init() 409 debugfs_remove_recursive(usb_debug_root); in usb_common_exit()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | fhci-dbg.c | 85 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root); in fhci_dfs_create()
|
| H A D | imx21-dbg.c | 422 root = debugfs_create_dir(dev_name(imx21->dev), usb_debug_root); in create_debug_files()
|
| H A D | uhci-hcd.c | 880 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
|
| H A D | xhci-debugfs.c | 718 xhci_debugfs_root = debugfs_create_dir("xhci", usb_debug_root); in xhci_debugfs_create_root()
|
| H A D | ehci-hcd.c | 1343 ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root); in ehci_hcd_init()
|
| H A D | ohci-hcd.c | 1286 ohci_debug_root = debugfs_create_dir("ohci", usb_debug_root); in ohci_hcd_mod_init()
|
| H A D | sl811-hcd.c | 1499 usb_debug_root, sl811, in create_debug_file()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/uvc/ |
| H A D | uvc_debugfs.c | 99 uvc_debugfs_root_dir = debugfs_create_dir("uvcvideo", usb_debug_root); in uvc_debugfs_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_debugfs.c | 328 root = debugfs_create_dir(dev_name(musb->controller), usb_debug_root); in musb_init_debugfs()
|
| H A D | musb_dsps.c | 414 root = debugfs_create_dir(buf, usb_debug_root); in dsps_musb_dbg_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | debug.c | 345 ci->debugfs = debugfs_create_dir(dev_name(ci->dev), usb_debug_root); in dbg_create_files()
|
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_debugfs.c | 532 debugfs_create_dir(dev_name(ssusb->dev), usb_debug_root); in ssusb_debugfs_create_root()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | usb.c | 989 usb_devices_root = debugfs_create_file("devices", 0444, usb_debug_root, in usb_debugfs_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/siano/ |
| H A D | smsdvb-debugfs.c | 523 d = debugfs_create_dir("smsdvb", usb_debug_root); in smsdvb_debugfs_register()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 1079 usb_debug_root
|
| H A D | abi_gki_aarch64_db845c | 1393 usb_debug_root
|
| H A D | abi_gki_aarch64_imx | 1199 usb_debug_root
|
| H A D | abi_gki_aarch64_qcom | 2879 usb_debug_root
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | debugfs.c | 774 root = debugfs_create_dir(dev_name(hsotg->dev), usb_debug_root); in dwc2_debugfs_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/mon/ |
| H A D | mon_text.c | 766 mon_dir = debugfs_create_dir("usbmon", usb_debug_root); in mon_text_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | debugfs.c | 915 root = debugfs_create_dir(dev_name(dwc->dev), usb_debug_root); in dwc3_debugfs_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | usb.h | 2058 extern struct dentry *usb_debug_root;
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | s3c2410_udc.c | 1970 usb_debug_root); in udc_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | fusb302.c | 217 chip->dentry = debugfs_create_file(name, S_IFREG | 0444, usb_debug_root, in fusb302_debugfs_init()
|