Home
last modified time | relevance | path

Searched refs:debug_root (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Ds3cmci.h72 struct dentry *debug_root; member
Ds3cmci.c1479 host->debug_root = debugfs_create_dir(dev_name(dev), NULL); in s3cmci_debugfs_attach()
1480 if (IS_ERR(host->debug_root)) { in s3cmci_debugfs_attach()
1486 host->debug_root, host, in s3cmci_debugfs_attach()
1493 host->debug_root, host, in s3cmci_debugfs_attach()
1504 debugfs_remove(host->debug_root); in s3cmci_debugfs_remove()
/Linux-v4.19/drivers/platform/x86/
Dintel_ips.c298 struct dentry *debug_root; member
1314 if (ips->debug_root) in ips_debugfs_cleanup()
1315 debugfs_remove_recursive(ips->debug_root); in ips_debugfs_cleanup()
1323 ips->debug_root = debugfs_create_dir("ips", NULL); in ips_debugfs_init()
1324 if (!ips->debug_root) { in ips_debugfs_init()
1326 PTR_ERR(ips->debug_root)); in ips_debugfs_init()
1336 ips->debug_root, node, in ips_debugfs_init()
/Linux-v4.19/drivers/usb/dwc2/
Ddebugfs.c296 root = hsotg->debug_root; in dwc2_hsotg_create_debug()
773 hsotg->debug_root = root; in dwc2_debugfs_init()
797 debugfs_remove_recursive(hsotg->debug_root); in dwc2_debugfs_init()
803 debugfs_remove_recursive(hsotg->debug_root); in dwc2_debugfs_exit()
804 hsotg->debug_root = NULL; in dwc2_debugfs_exit()
Dcore.h1048 struct dentry *debug_root; member
/Linux-v4.19/drivers/staging/android/ion/
Dion.h96 struct dentry *debug_root; member
Dion.c562 debugfs_create_file(debug_name, 0644, dev->debug_root, in ion_device_add_heap()
591 idev->debug_root = debugfs_create_dir("ion", NULL); in ion_device_create()
/Linux-v4.19/drivers/usb/host/
Dimx21-dbg.c423 imx21->debug_root = root; in create_debug_files()
435 debugfs_remove_recursive(imx21->debug_root); in remove_debug_files()
Dimx21-hcd.h418 struct dentry *debug_root; member