Searched refs:debug_root (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | imx21-dbg.c | 488 imx21->debug_root = debugfs_create_dir(dev_name(imx21->dev), NULL); in create_debug_files() 489 if (!imx21->debug_root) in create_debug_files() 493 imx21->debug_root, imx21, &debug_status_fops)) in create_debug_files() 497 imx21->debug_root, imx21, &debug_dmem_fops)) in create_debug_files() 501 imx21->debug_root, imx21, &debug_etd_fops)) in create_debug_files() 505 imx21->debug_root, imx21, &debug_statistics_fops)) in create_debug_files() 509 imx21->debug_root, imx21, &debug_isoc_fops)) in create_debug_files() 515 debugfs_remove_recursive(imx21->debug_root); in create_debug_files() 518 imx21->debug_root = NULL; in create_debug_files() 524 if (imx21->debug_root) { in remove_debug_files() [all …]
|
D | imx21-hcd.h | 431 struct dentry *debug_root; member
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | debugfs.c | 343 root = hsotg->debug_root; in dwc2_hsotg_create_debug() 733 hsotg->debug_root = debugfs_create_dir(dev_name(hsotg->dev), NULL); in dwc2_debugfs_init() 734 if (!hsotg->debug_root) { in dwc2_debugfs_init() 753 file = debugfs_create_regset32("regdump", S_IRUGO, hsotg->debug_root, in dwc2_debugfs_init() 762 debugfs_remove_recursive(hsotg->debug_root); in dwc2_debugfs_init() 769 debugfs_remove_recursive(hsotg->debug_root); in dwc2_debugfs_exit() 770 hsotg->debug_root = NULL; in dwc2_debugfs_exit()
|
D | core.h | 736 struct dentry *debug_root; member
|
/linux-4.4.14/drivers/mmc/host/ |
D | s3cmci.h | 72 struct dentry *debug_root; member
|
D | s3cmci.c | 1515 host->debug_root = debugfs_create_dir(dev_name(dev), NULL); in s3cmci_debugfs_attach() 1516 if (IS_ERR(host->debug_root)) { in s3cmci_debugfs_attach() 1522 host->debug_root, host, in s3cmci_debugfs_attach() 1529 host->debug_root, host, in s3cmci_debugfs_attach() 1540 debugfs_remove(host->debug_root); in s3cmci_debugfs_remove()
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion.c | 62 struct dentry *debug_root; member 94 struct dentry *debug_root; member 803 client->debug_root = debugfs_create_file(client->display_name, 0664, in ion_client_create() 806 if (!client->debug_root) { in ion_client_create() 847 debugfs_remove_recursive(client->debug_root); in ion_client_destroy() 1587 idev->debug_root = debugfs_create_dir("ion", NULL); in ion_device_create() 1588 if (!idev->debug_root) { in ion_device_create() 1592 idev->heaps_debug_root = debugfs_create_dir("heaps", idev->debug_root); in ion_device_create() 1598 idev->debug_root); in ion_device_create() 1617 debugfs_remove_recursive(dev->debug_root); in ion_device_destroy()
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_ips.c | 301 struct dentry *debug_root; member 1321 if (ips->debug_root) in ips_debugfs_cleanup() 1322 debugfs_remove_recursive(ips->debug_root); in ips_debugfs_cleanup() 1330 ips->debug_root = debugfs_create_dir("ips", NULL); in ips_debugfs_init() 1331 if (!ips->debug_root) { in ips_debugfs_init() 1334 PTR_ERR(ips->debug_root)); in ips_debugfs_init() 1344 ips->debug_root, node, in ips_debugfs_init()
|