/openbmc/linux/drivers/usb/common/ |
H A D | common.c | 417 struct dentry *usb_debug_root; variable 418 EXPORT_SYMBOL_GPL(usb_debug_root); 422 usb_debug_root = debugfs_create_dir("usb", NULL); in usb_common_init() 430 debugfs_remove_recursive(usb_debug_root); in usb_common_exit()
|
/openbmc/linux/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 | uhci-hcd.c | 876 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
|
H A D | isp116x-hcd.c | 1202 debugfs_create_file(hcd_name, S_IRUGO, usb_debug_root, isp116x, in create_debug_file() 1208 debugfs_lookup_and_remove(hcd_name, usb_debug_root); in remove_debug_file()
|
H A D | sl811-hcd.c | 1500 debugfs_create_file("sl811h", S_IRUGO, usb_debug_root, sl811, in create_debug_file() 1506 debugfs_lookup_and_remove("sl811h", usb_debug_root); in remove_debug_file()
|
H A D | xhci-debugfs.c | 719 xhci_debugfs_root = debugfs_create_dir("xhci", usb_debug_root); in xhci_debugfs_create_root()
|
H A D | ehci-hcd.c | 1370 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 | isp1362-hcd.c | 2167 debugfs_create_file("isp1362", S_IRUGO, usb_debug_root, isp1362_hcd, in create_debug_file() 2173 debugfs_lookup_and_remove("isp1362", usb_debug_root); in remove_debug_file()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | debugfs.c | 96 ucsi_debugfs_root = debugfs_create_dir("ucsi", usb_debug_root); in ucsi_debugfs_init()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | debug.c | 293 dir = debugfs_create_dir(dev_name(ci->dev), usb_debug_root); in dbg_create_files() 312 debugfs_lookup_and_remove(dev_name(ci->dev), usb_debug_root); in dbg_remove_files()
|
/openbmc/linux/drivers/usb/core/ |
H A D | usb.c | 1059 debugfs_create_file("devices", 0444, usb_debug_root, NULL, in usb_debugfs_init() 1065 debugfs_lookup_and_remove("devices", usb_debug_root); in usb_debugfs_cleanup()
|
/openbmc/linux/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 | 413 root = debugfs_create_dir(buf, usb_debug_root); in dsps_musb_dbg_init()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | debugfs.c | 1023 root = debugfs_create_dir(dev_name(dwc->dev), usb_debug_root); in dwc3_debugfs_init() 1043 debugfs_lookup_and_remove(dev_name(dwc->dev), usb_debug_root); in dwc3_debugfs_exit()
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_debugfs.c | 533 debugfs_create_dir(dev_name(ssusb->dev), usb_debug_root); in ssusb_debugfs_create_root()
|
/openbmc/linux/drivers/media/common/siano/ |
H A D | smsdvb-debugfs.c | 423 d = debugfs_create_dir("smsdvb", usb_debug_root); in smsdvb_debugfs_register()
|
/openbmc/linux/drivers/usb/typec/mux/ |
H A D | intel_pmc_mux.c | 812 pmc_mux_debugfs_root = debugfs_create_dir("intel_pmc_mux", usb_debug_root); in pmc_usb_init()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 2243 root = debugfs_create_dir(udc->gadget.name, usb_debug_root); in bcm63xx_udc_init_debugfs() 2256 debugfs_lookup_and_remove(udc->gadget.name, usb_debug_root); in bcm63xx_udc_cleanup_debugfs()
|
H A D | pxa27x_udc.c | 210 root = debugfs_create_dir(udc->gadget.name, usb_debug_root); in pxa_init_debugfs() 218 debugfs_lookup_and_remove(udc->gadget.name, usb_debug_root); in pxa_cleanup_debugfs()
|
H A D | gr_udc.c | 211 root = debugfs_create_dir(dev_name(dev->dev), usb_debug_root); in gr_dfs_create() 217 debugfs_lookup_and_remove(dev_name(dev->dev), usb_debug_root); in gr_dfs_delete()
|
/openbmc/linux/drivers/usb/mon/ |
H A D | mon_text.c | 766 mon_dir = debugfs_create_dir("usbmon", usb_debug_root); in mon_text_init()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | debugfs.c | 778 root = debugfs_create_dir(dev_name(hsotg->dev), usb_debug_root); in dwc2_debugfs_init()
|
/openbmc/linux/include/linux/ |
H A D | usb.h | 2063 extern struct dentry *usb_debug_root;
|