/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | common.c | 396 struct dentry *usb_debug_root; variable 397 EXPORT_SYMBOL_GPL(usb_debug_root); variable 401 usb_debug_root = debugfs_create_dir("usb", NULL); in usb_common_init() 409 debugfs_remove_recursive(usb_debug_root); in usb_common_exit()
|
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | common.c | 417 struct dentry *usb_debug_root; variable 418 EXPORT_SYMBOL_GPL(usb_debug_root); variable 422 usb_debug_root = debugfs_create_dir("usb", NULL); in usb_common_init() 430 debugfs_remove_recursive(usb_debug_root); in usb_common_exit()
|
/kernel/linux/linux-5.10/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 | xhci-debugfs.c | 719 xhci_debugfs_root = debugfs_create_dir("xhci", usb_debug_root); in xhci_debugfs_create_root()
|
H A D | uhci-hcd.c | 880 uhci_debugfs_root = debugfs_create_dir("uhci", usb_debug_root); in uhci_hcd_init()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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 | xhci-debugfs.c | 719 xhci_debugfs_root = debugfs_create_dir("xhci", usb_debug_root); in xhci_debugfs_create_root()
|
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/ |
H A D | debugfs.c | 96 ucsi_debugfs_root = debugfs_create_dir("ucsi", usb_debug_root); in ucsi_debugfs_init()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | usb.c | 1065 usb_devices_root = debugfs_create_file("devices", 0444, usb_debug_root, in usb_debugfs_init()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/media/common/siano/ |
H A D | smsdvb-debugfs.c | 417 * case, usb_debug_root is not a good choice. in smsdvb_debugfs_register() 423 d = debugfs_create_dir("smsdvb", usb_debug_root); in smsdvb_debugfs_register()
|
/kernel/linux/linux-5.10/drivers/media/common/siano/ |
H A D | smsdvb-debugfs.c | 517 * case, usb_debug_root is not a good choice. in smsdvb_debugfs_register() 523 d = debugfs_create_dir("smsdvb", usb_debug_root); in smsdvb_debugfs_register()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | debugfs.c | 774 root = debugfs_create_dir(dev_name(hsotg->dev), usb_debug_root); in dwc2_debugfs_init()
|