Searched refs:debug_root (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | s3cmci.h | 72 struct dentry *debug_root; member
|
D | s3cmci.c | 1479 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/ |
D | intel_ips.c | 298 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/ |
D | debugfs.c | 296 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()
|
D | core.h | 1048 struct dentry *debug_root; member
|
/Linux-v4.19/drivers/staging/android/ion/ |
D | ion.h | 96 struct dentry *debug_root; member
|
D | ion.c | 562 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/ |
D | imx21-dbg.c | 423 imx21->debug_root = root; in create_debug_files() 435 debugfs_remove_recursive(imx21->debug_root); in remove_debug_files()
|
D | imx21-hcd.h | 418 struct dentry *debug_root; member
|