Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/usb/common/
H A Dcommon.c417 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 Dfhci-dbg.c85 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root); in fhci_dfs_create()
H A Duhci-hcd.c876 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
H A Disp116x-hcd.c1202 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 Dsl811-hcd.c1500 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 Dxhci-debugfs.c719 xhci_debugfs_root = debugfs_create_dir("xhci", usb_debug_root); in xhci_debugfs_create_root()
H A Dehci-hcd.c1370 ehci_debug_root = debugfs_create_dir("ehci", usb_debug_root); in ehci_hcd_init()
H A Dohci-hcd.c1286 ohci_debug_root = debugfs_create_dir("ohci", usb_debug_root); in ohci_hcd_mod_init()
H A Disp1362-hcd.c2167 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 Duvc_debugfs.c99 uvc_debugfs_root_dir = debugfs_create_dir("uvcvideo", usb_debug_root); in uvc_debugfs_init()
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ddebugfs.c96 ucsi_debugfs_root = debugfs_create_dir("ucsi", usb_debug_root); in ucsi_debugfs_init()
/openbmc/linux/drivers/usb/chipidea/
H A Ddebug.c293 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 Dusb.c1059 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 Dmusb_debugfs.c328 root = debugfs_create_dir(dev_name(musb->controller), usb_debug_root); in musb_init_debugfs()
H A Dmusb_dsps.c413 root = debugfs_create_dir(buf, usb_debug_root); in dsps_musb_dbg_init()
/openbmc/linux/drivers/usb/dwc3/
H A Ddebugfs.c1023 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 Dmtu3_debugfs.c533 debugfs_create_dir(dev_name(ssusb->dev), usb_debug_root); in ssusb_debugfs_create_root()
/openbmc/linux/drivers/media/common/siano/
H A Dsmsdvb-debugfs.c423 d = debugfs_create_dir("smsdvb", usb_debug_root); in smsdvb_debugfs_register()
/openbmc/linux/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c812 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 Dbcm63xx_udc.c2243 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 Dpxa27x_udc.c210 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 Dgr_udc.c211 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 Dmon_text.c766 mon_dir = debugfs_create_dir("usbmon", usb_debug_root); in mon_text_init()
/openbmc/linux/drivers/usb/dwc2/
H A Ddebugfs.c778 root = debugfs_create_dir(dev_name(hsotg->dev), usb_debug_root); in dwc2_debugfs_init()
/openbmc/linux/include/linux/
H A Dusb.h2063 extern struct dentry *usb_debug_root;

12